Blogs

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