🚫
403

Access Forbidden

@if(isset($exception) && $exception->getMessage()) {{ $exception->getMessage() }} @else You don't have permission to access this resource. @endif

@if(isset($exception) && $exception->getMessage())
Why am I seeing this?
{{ $exception->getMessage() }}
@endif
← Go Back @auth @if(Auth::user()->role === 'admin') 🏠 Go to Dashboard @elseif(Auth::user()->role === 'lecturer') 🏠 Go to Dashboard @else 🏠 Go to Dashboard @endif @else 🔐 Login @endauth
If you believe this is an error, please contact your administrator or support@gradely.com