@extends('errors::minimal') @section('title', trans('error.forbidden')) @section('code', '403') @section('message', trans($exception->getMessage() ?: trans('error.forbidden')))