@extends('errors::minimal') @section('title', TranslationManager::translate('Forbidden')) @section('code', '403') @section('message', TranslationManager::translate($exception->getMessage() ?: 'Forbidden'))