@extends('base') @section('content')
Export
@if(userCan('page-update', $page)) Revisions Edit @endif @if(userCan('restrictions-manage', $page)) Restrict @endif @if(userCan('page-delete', $page)) Delete @endif
@include('partials/highlight') @stop @section('scripts') @stop