| Blog | Category | Sort Order | Status | Created Date | Actions |
|---|---|---|---|---|---|
|
@if($blog->thumbnail)
{{ $blog->title }}
{{ Str::limit(strip_tags($blog->subtitle), 80) }}
|
{{ optional($blog->category)->name ?? '-' }} | {{ $blog->sort_order ?? 0 }} | @if($blog->status === 'Active') Active @else Inactive @endif | {{ $blog->created_at->format('d M Y, h:i a') }} | Actions |