@extends('layouts.admin') @section('content')
{{ trans('cruds.lChapter.title_singular') }} {{ trans('global.list') }}
@can('l_chapter_create') {{ trans('global.add') }} {{ trans('cruds.lChapter.title_singular') }} @endcan
@livewire('l-chapter.index')
@endsection