{{-- HEADER --}}

All Blogs

@can('blog.create') + Add Blog @endcan
{{-- BODY --}}
@foreach($blogs as $index => $blog) {{-- STATUS TOGGLE --}} {{-- ACTION DROPDOWN --}} @endforeach
# Title Slug Status Actions
{{ $index + 1 }} {{ $blog->title }} {{ $blog->slug }}
published ? 'checked' : '' }}>
{{-- DATATABLE --}} @push('scripts') @endpush