Kaduna Electric logo

{{ __('Welcome Back') }}

{{ __('Sign in to access the Attestation Management System') }}

🔒 {{ __('Webmail Authentication') }}

{{ __('Use your official Kaduna Electric cPanel webmail email and password to login. Only approved application users can sign in.') }}

@if (session('status'))

{{ session('status') }}

@endif @if ($errors->any())
❌ {{ __('Login Failed') }}
@foreach ($errors->all() as $error)

{{ $error }}

@endforeach
@endif
@csrf
@if (Route::has('password.request')) {{ __('Forgot password?') }} @endif