@extends('layouts.app') @section('title', '403 Forbidden - Access Denied') @section('content')
{{ $exception->getMessage() ?: 'You do not have permission to access this resource or perform this action.' }}