@extends('layouts.app') @section('title', '403 Forbidden — Access Denied') @section('header', 'Access Denied') @section('content')

403 — Access Denied

{{ $message ?? 'You do not have the required role or permission to access this page or perform this action.' }}

@if(!empty($permission))
Required capability: {{ $permission }}
@endif
← Go Back Return to Dashboard
@endsection