@vite(['resources/css/app.css'])

403

Access Forbidden

{{ $exception->getMessage() ?: 'You do not have permission to access this resource.' }}

@auth

Logged in as: {{ Auth::user()->email }}

Your role: {{ ucfirst(Auth::user()->role) }}

This area requires administrator privileges.

@endauth
@auth @if(Auth::user()->isClient()) Go to Client Dashboard @elseif(Auth::user()->isGolfer()) Go to Golfer Dashboard @elseif(Auth::user()->isAdmin()) Go to Admin Dashboard @endif @else Sign In @endauth Go Back

If you believe this is an error, please contact support.

Error Reference: {{ uniqid('ERR-403-') }}