{{ $chapter->name }}
+{!! nl2br(e($chapter->description)) !!}
@if(count($pages) > 0) -{{ trans('entities.chapters_empty') }}
-+
+
{{ trans('entities.chapters_empty') }}
+ +{{ trans('entities.search_results') }} @icon('close'){{ trans('entities.search_clear') }}
-{{ trans('common.details') }}
+{{ trans('common.actions') }}
+ @if(userCan('chapter-update', $chapter)) @icon('edit') {{ trans('common.edit') }} @endif + @if(userCanOnAny('chapter-create')) + + @icon('copy') + {{ trans('common.copy') }} + + @endif @if(userCan('chapter-update', $chapter) && userCan('chapter-delete', $chapter)) @icon('folder') @@ -102,68 +145,29 @@ @endif - {{--@if(userCan('page-create', $book))--}} - {{----}} - {{--@icon('add')--}} - {{--{{ trans('entities.pages_new') }}--}} - {{----}} - {{--@endif--}} -