@include('layouts.css') @include('layouts.script')
IMS - Inventory Management System
@if (Route::has('register') && !isset($otp))
Register
@endif
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
Verify OTP
@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
Login
@endif
@if(isset($vc)) @endif