@extends('layouts.app') @section('title', '403 Forbidden — Access Denied') @section('header', 'Access Denied') @section('content')
{{ $message ?? 'You do not have the required role or permission to access this page or perform this action.' }}
@if(!empty($permission))