@extends('layouts.app') @section('title', 'Unauthorized Access') @section('content')

401

Unauthorized Access

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

Need Help?
Contact Support

support@eirs.gov.ng
+234 123 456 7890

System Requirements

Modern web browser
Valid user account

@if(Auth::check())
Current Session

User: {{ Auth::user()->name ?? 'Unknown' }}

Email: {{ Auth::user()->email ?? 'Unknown' }}

Role: {{ Auth::user()->role ?? 'User' }}

@endif @if(Auth::check())
@csrf
@endif
@endsection @section('styles') @endsection @section('scripts') @endsection