{{ $chapter->name }}
+{!! nl2br(e($chapter->description)) !!}
+ @if(count($pages) > 0) +{{ trans('common.details') }}
+{{ trans('common.actions') }}
+{{ $chapter->name }}
-{{ $chapter->description }}
+ @if(userCan('page-create', $chapter)) + + @icon('add') + {{ trans('entities.pages_new') }} + + @endif - @if(count($pages) > 0) -- @foreach($pages as $page) - @include('pages/list-item', ['page' => $page]) -
- @endforeach -
-
No pages are currently in this chapter.
-- @if(userCan('page-create', $chapter)) - Create a new page - @endif - @if(userCan('page-create', $chapter) && userCan('book-update', $book)) - -or- - @endif - @if(userCan('book-update', $book)) - Sort the current book - @endif -
-- @endif - -
- Created {{ $chapter->created_at->diffForHumans() }} @if($chapter->createdBy) by {{ $chapter->createdBy->name}} @endif
-
- Last Updated {{ $chapter->updated_at->diffForHumans() }} @if($chapter->updatedBy) by {{ $chapter->updatedBy->name}} @endif
-
- @endif +
- @if($chapter->restricted) - @if(userCan('restrictions-manage', $chapter)) - Chapter Permissions Active - @else - Chapter Permissions Active - @endif - @endif -
- @include('pages/sidebar-tree-list', ['book' => $book, 'sidebarTree' => $sidebarTree]) -