{{-- Forbidden. A message the app passed along (`abort(403, '…')`, a policy's `Response::deny('…')`) is the sentence, as in the framework's own page; otherwise a general one. --}} @extends('errors::minimal') @section('title', __('Forbidden')) @section('code', '403') @section('shape', 'gem') @section('headline', __('You don’t have access')) @section('message', isset($exception) && $exception->getMessage() !== '' ? __($exception->getMessage()) : __('Your account isn’t allowed to open this page.'))