Admin Login
Confirmation
@csrf
Roll Number
*
Date Of Birth
*
Verify
{{-- Form End --}}
@if (session()->has('success'))
{!! session()->get('success') !!}
@endif
@if (session()->has('error'))
{!! session()->get('error') !!}
@endif
* Details are mandatory
//