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