@section('title') Blogs @endsection @section('breadcrumbs') {{ Breadcrumbs::render('blogs.index') }} @endsection
@foreach($blogs as $blog) @endforeach
Blog Category Sort Order Status Created Date Actions
@if($blog->thumbnail)
{{ $blog->title }}
@else
@endif
{{ $blog->title }} {{ Str::limit(strip_tags($blog->subtitle), 80) }}
{{ optional($blog->category)->name ?? '-' }} {{ $blog->sort_order ?? 0 }} @if($blog->status === 'Active') Active @else Inactive @endif {{ $blog->created_at->format('d M Y, h:i a') }} Actions
@if($blogs->hasPages())
{{ $blogs->links() }}
@endif
@push('scripts') @endpush