@extends('layouts.error') @section('title', 'Forbidden') @section('content')
403

Access Forbidden

You don't have permission to access this resource. This could be because you lack the necessary privileges or the resource is restricted to specific user roles.

@auth Go to Dashboard @else Sign In @endauth
If you believe you should have access to this page, please contact your system administrator.
@endsection