@extends('base') @section('content')
@include('pages._breadcrumbs', ['page' => $page])
{{ trans('entities.pages_export') }}
@if(userCan('page-update', $page)) {{ trans('common.edit') }} @endif @if(userCan('page-update', $page) || userCan('restrictions-manage', $page) || userCan('page-delete', $page)) @endif
@include('partials/highlight') @stop @section('scripts') @stop