@extends('errors::minimal') @section('title', __('Accès Interdit')) @section('code', '403') @section('message', __($exception->getMessage() ?: 'Accès Interdit'))