@extends('errors::layout', [ 'title' => __('Forbidden'), 'code' => '403', ]) @section('message')

403

Forbidden

{{ __($exception->getMessage() ?: 'Access to this resource is forbidden. Make sure you have the necessary permissions or contact the administrator.') }}

@endsection