@extends('layouts.admin') @section('styles') @endsection @section('content')
@include('elements.admin-breadcrumb')
Back @can('admin.chapter_document.create') {{ __('Add New') }} @endcan
@include('elements.alert')
@csrf @method('post')
Name Serial Number Status Created By Created On Actions
@endsection @section('scripts') @endsection