@include('includes.head')
@include('includes.header') @include('includes.side-nav')

Blog Catgeory Management Manage Blog Catgeory Features

@include('includes.messages')

Blog Catgeory Management

@foreach ($records as $record) @endforeach
Sl No Blog Category Status Action
{{ $loop->iteration }} {{ $record->name ?? '' }} {{-- Example: --}}
@include('includes.footer')
@include('includes.scripts')