All Blogs

All Blogs

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