{{ __('Verify OTP') }}
@if(\Config::get('settings.login_status')==0)
Login page under maintenance
@else
@csrf
@if ($errors->has('otp')) {{ $errors->first('otp') }} @endif
@endif