@icon('caret-left-circle') @icon('tag') @if(userCan('attachment-create-all')) @icon('attach') @endif @icon('template')

{{ trans('entities.page_tags') }}

@include('components.tag-manager', ['entity' => $page, 'entityType' => 'page'])
@if(userCan('attachment-create-all')) @include('pages.attachment-manager', ['page' => $page]) @endif

{{ trans('entities.templates') }}

@include('pages.templates-manager', ['page' => $page])