{{$page->name}}
- {!! $page->html !!} + @if ($page->attachments->count() > 0) +
+
+ @endif
+
+ @if (isset($pageNav) && count($pageNav))
+ {{ trans('entities.pages_attachments') }}
+
+ @foreach($page->attachments as $attachment)
+
+
+ @endforeach
+
+
+ @endif
+
+ @include('partials/book-tree', ['book' => $book, 'sidebarTree' => $sidebarTree])
+
+ {{ trans('entities.pages_navigation') }}
+
+
+
+
+
+@stop
+
+@section('body')
+ {{ trans('common.details') }}
+
+ @include('partials.entity-meta', ['entity' => $page])
+
+
+
+
+
+ @include('pages/page-display')
+
+
+
+
+
+
+
+ @include('comments/comments', ['pageId' => $page->id])
+
+@stop
+@section('scripts')
@stop