{{--
{{ config('app.name', 'MPFI Portal') }}
@guest
{{ __('Login') }}
@else
{{ Auth::user()->name }}
{{ __('Logout') }}
@csrf
@endguest
--}}
Modern Pentathlon Federation of India
ADMIN LOGIN
@csrf
Email
@error('email')
{{ $message }}
@enderror
Password
@error('password')
{{ $message }}
@enderror
Forgot password?
Remember me next time
Sign in