@extends('base') @section('content')
Export
@if($currentUser->can('page-update')) Revisions Edit @endif @if($currentUser->can('page-delete')) Delete @endif
@include('partials/highlight') @stop @section('scripts') @stop