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