@include('layouts.css') @include('layouts.script')

IMS Login

Statistics and Informatics Division
@csrf @if(isset($otp))
An email with pims OTP is sent to your mailbox: {{$email}}, Please verify your identity.
@error('otp') {{ $message }} @enderror
@else
@error('email') {{ $message }} @enderror
@error('password') {{ $message }} @enderror
{!! NoCaptcha::renderJs() !!} {!! app('captcha')->display(['data-theme' => 'dark']) !!}
@if ($errors->has('g-recaptcha-response')) {{ $errors->first('g-recaptcha-response') }} @endif
@if (Route::has('password.request')) {{ __('Forgot Your Password?') }} @endif
@endif
@if(isset($vc)) @endif