Blog ID | Title | Category | Date Published | Status | Actions | |
---|---|---|---|---|---|---|
{{ $key + 1 }} | {{ $blog->category ?? 'Uncategorized' }} | @if($blog->published_at) {{ $blog->published_at->format('M d, Y') }} @else -- @endif | @if($blog->status == 'published') Published @elseif($blog->status == 'draft') Draft @else Archived @endif | Edit | ||
No blog posts found |