@include('admin.partials.flash_message')
| S.No | Title | Image | Description | Created On | Featured | Action |
|---|---|---|---|---|---|---|
| {{ ++$k }} | {{ $u->title }} |
@if($u->image)
@endif
|
{{ substr($u->short_description, 0, 100) }} | {{ Carbon\Carbon::parse($u->created_at)->format('d-M-Y H:i:s') }} | @if($u->status == 0) Set as Featured @else($u->status == 1) Featured @endif | |
| No Data Found | ||||||
| S.No | Title | Image | Description | Created On | Featured | Action |
@endif