All Blogs

All Blogs

@forelse ($blogs as $blog) @empty @endforelse
# Image Title Slug Status Created Actions
{{ $loop->iteration }} @if($blog->image) @else No Image @endif {{ $blog->title }} {{ $blog->slug }}
status === 'active' ? 'checked' : '' }} >
{{ $blog->created_at->format('d M, Y') }} Edit
@csrf @method('DELETE')
No blogs found.
{{ $blogs->links() }}