@extends('errors::minimal') @section('title', translate('Forbidden')) @section('message')

{{ '403' }}

{{ __($exception->getMessage() ?: translate('Forbidden')) }}

@endsection