{{ $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') + @icon('edit') {{ trans('common.edit') }} @endif @if(userCan('chapter-update', $chapter) && userCan('chapter-delete', $chapter)) - @icon('folder') + @icon('folder') {{ trans('common.move') }} @endif @if(userCan('restrictions-manage', $chapter)) - @icon('lock') + @icon('lock') {{ trans('entities.permissions') }} @endif @if(userCan('chapter-delete', $chapter)) - @icon('delete') + @icon('delete') {{ trans('common.delete') }} @endif - {{--@if(userCan('page-create', $book))--}} - {{----}} - {{--@icon('add')--}} - {{--{{ trans('entities.pages_new') }}--}} - {{----}} - {{--@endif--}} -