# | Featured Image | Title | Category | Status | Published at | Action |
---|---|---|---|---|---|---|
{{ $loop->iteration }} |
@if ($value->image)
![]() |
{{ Str::limit($value->title, 45) }} | {{ $value->category->name }} | @if ($value->isPublish()) Publish @else Draft @endif {{-- Draft --}} | @if ($value->isPublish()) {{ Carbon\Carbon::parse($value->published_at)->format('d/m/Y') }} @else Null @endif |