@section('title') Blog Categories @endsection @section('breadcrumbs') {{ Breadcrumbs::render('blogs.categories.index') }} @endsection
@foreach($categories as $category) @endforeach
Name Description Status Created Date Actions
{{ $category->name }} {{ Str::limit(strip_tags($category->description), 120) }} @if($category->status === 'Active') Active @else Inactive @endif {{ $category->created_at->format('d M Y, h:i a') }} Actions
@if($categories->hasPages())
{{ $categories->links() }}
@endif
@push('scripts') @endpush