{!! csrf_field() !!}
@include('form/text', ['name' => 'name'])
@include('form/textarea', ['name' => 'description'])
@include('components.tag-manager', ['entity' => isset($chapter)?$chapter:null, 'entityType' => 'chapter'])
{{ trans('common.cancel') }}