@extends('layouts.app') @section('title', '403 - Access Denied') @section('content')

403

Access Denied

You do not have permission to access this page.
Please contact your administrator if you believe this is an error.

Required Permission: {{ $exception->getMessage() ?: 'You need proper permissions to view this page.' }}

If you need access to this feature, please contact your system administrator.

@endsection