@extends('layouts.admin') @section('styles') @endsection @section('content')
@include('elements.admin-breadcrumb')
@can('admin.chapter.create') @endcan
@include('elements.alert')
@csrf @method('post')
Name Status Created By Created On Actions
@endsection @section('scripts') @endsection