Blogs

@if ($blogs->isEmpty()) @else @foreach ($blogs as $blog) @endforeach @endif
Title Slug Title Category Image Actions
Oops! We couldn't find any blogs with that title. Try searching for something else!
{{ $blog->title }} {{ $blog->slug_title }} @if ($blog->categories->isEmpty()) No Category @else {{ $blog->categories->pluck('name')->implode(', ') }} @endif @if ($blog->image) Banner Image @else No Image @endif
Edit
@csrf @method('DELETE')
{{ $blogs->links() }}