+ @include('pages.parts.page-display')
+ @include('pages.parts.pointer', ['page' => $page])
- @if ($commentsEnabled)
-
- @include('pages.pointer', ['page' => $page])
- @include('pages.page-display')
+
{{ trans('entities.pages_attachments') }}
{{ trans('common.details') }}
-{{ trans('common.actions') }}
-- {{--Export--}} - @include('partials.entity-export-menu', ['entity' => $page]) + @if($watchOptions->canWatch() && !$watchOptions->isWatching()) + @include('entities.watch-action', ['entity' => $page]) + @endif + @if(!user()->isGuest()) + @include('entities.favourite-action', ['entity' => $page]) + @endif + @if(userCan('content-export')) + @include('entities.export-menu', ['entity' => $page]) + @endif