-
- Created {{$page->created_at->diffForHumans()}} @if($page->createdBy) by {{$page->createdBy->name}} @endif
-
- Last Updated {{$page->updated_at->diffForHumans()}} @if($page->createdBy) by {{$page->updatedBy->name}} @endif
-
+
+ @include('partials/book-tree', ['book' => $book, 'sidebarTree' => $sidebarTree])
+
+@stop
+
+@section('body')
+ @icon('info') {{ trans('common.details') }}
+
+ @include('partials.entity-meta', ['entity' => $page])
+
+
+
+ @if ($commentsEnabled)
+
+
-
-
-
-
-
+ @include('pages/page-display')
+
+
+ @icon('link') @icon('include', ['style' => 'display:none;'])
+
+
+
+
+ @include('comments/comments', ['page' => $page])
+
+ @endif
@stop