@extends('errors::minimal') @section('code', '403') @section('message')

{{ __('FORBIDDEN') }}

{{ $exception->getMessage() }}

@endsection