| Image | Title / ID | Status | Uploaded on | Actions | |
|---|---|---|---|---|---|
|
@php
$images = $product->images ? explode(',', $product->images) : [];
$firstImage = isset($images[0]) ? $images[0] : 'default.png';
@endphp
/ #{{$product->id}}
|
{{$product->name}} {{$product->description ? Str::limit(strip_tags($product->description), 20) : ''}} | @if($product->status == 0) Inactive @else Active @endif | {{date("F j, Y", strtotime($product->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 |