@include('includes.head')
@include('includes.header') @include('includes.side-nav')
Blog Catgeory Management
Manage Blog Catgeory Features
Home
Blog Catgeory
Blog Catgeory
@include('includes.messages')
Blog Catgeory Management
Create Blog Catgeory
×
Add New
@csrf
Sl No
Blog Category
Status
Action
@foreach ($records as $record)
{{ $loop->iteration }}
{{ $record->name ?? '' }}
status ? 'checked' : '' }}>
{{-- Example: --}}
Edit Property Features
×
@csrf
@endforeach
@include('includes.footer')
@include('includes.scripts')