@extends('layouts.simple') @section('body')
@include('entities.breadcrumbs', ['crumbs' => [ $chapter->book, $chapter, $chapter->getUrl('/copy') => [ 'text' => trans('entities.chapters_copy'), 'icon' => 'copy', ] ]])

{{ trans('entities.chapters_copy') }}

{!! csrf_field() !!}
@include('form.text', ['name' => 'name'])
@include('entities.selector', ['name' => 'entity_selection', 'selectorSize' => 'large', 'entityTypes' => 'book', 'entityPermission' => 'chapter-create'])
@include('entities.copy-considerations')
{{ trans('common.cancel') }}
@stop