| Image | Title / ID | Price | Status | Uploaded on | Actions | |
|---|---|---|---|---|---|---|
|
@php
$images = $accessory->image ? explode(',', $accessory->image) : [];
$firstImage = isset($images[0]) ? $images[0] : 'default.png';
@endphp
|
{{$accessory->title}} / #{{$accessory->id}} {{$accessory->description ? Str::limit($accessory->description, 20) : ''}} | @if($accessory->price) ₹ {{formatIndianNumber($accessory->price)}} @else Not provided @endif | @if($accessory->status == 0) Inactive @else Active @endif | {{date("F j, Y", strtotime($accessory->created_at))}} | {{-- | --}} |
| New | 11/06/2023 10:53 | In Progress | ||||
| Sent | 11/06/2023 10:53 | Completed | ||||
| Returning | 11/06/2023 10:53 | Not Interested | ||||
| Sent | 11/06/2023 10:53 | Completed |