-
+ @endif
-
+ @if($page->tags->count() > 0)
+
+
{{ trans('entities.page_tags') }}
+
+
+ @endif
-
- Created {{$page->created_at->diffForHumans()}} @if($page->createdBy) by {{$page->createdBy->name}} @endif
-
- Last Updated {{$page->updated_at->diffForHumans()}} @if($page->updatedBy) by {{$page->updatedBy->name}} @endif
-
+ @if ($page->attachments->count() > 0)
+
+
{{ trans('entities.pages_attachments') }}
+
+ @foreach($page->attachments as $attachment)
+
+ @endforeach
+
+
+ @endif
+ @if (isset($pageNav) && count($pageNav))
+
+
{{ trans('entities.pages_navigation') }}
+
+
-
+
+ @endif
- @include('pages/sidebar-tree-list', ['book' => $book, 'sidebarTree' => $sidebarTree])
+ @include('partials/book-tree', ['book' => $book, 'sidebarTree' => $sidebarTree])
-
+
+
{{ trans('common.details') }}
+
+ @include('partials.entity-meta', ['entity' => $page])
+@stop
+
+@section('body')
+
+
+
+
+ @include('pages/page-display')
- @include('partials/highlight')
+
+
+ @include('comments/comments', ['pageId' => $page->id])
+
@stop
@section('scripts')