@extends('layouts.auth') @section('title', '403 — Access Denied') @section('content')
{{ $exception->getMessage() ?: 'You do not have permission to access this page.' }}