@include('partials.entity-meta', ['entity' => $page])
            @if($book->restricted)
                
            @endif
            @if($page->chapter && $page->chapter->restricted)
                
            @endif
            @if($page->restricted)
                
            @endif
            @if($page->template)
                
                    @icon('template'){{ trans('entities.pages_is_template') }}
                
            @endif