{{ __('auth.loginViaOneTimePassword') }}
@session('status')
{{ $value }}
@endsession @if(!session('otp_sent'))
@csrf
← {{ __('auth.backToLogin') }}
{{ __('auth.sendOtp') }}
@else
@csrf
{{ __('auth.weveSentA6DigitCodeTo') }}
{{ session('email') }}
@for($i = 1; $i <= 6; $i++)
@endfor
{{ __('auth.resendOtp') }} (
60
s)
{{ __('auth.verifyOtp') }}
@endif @if(!module_enabled('Subdomain') && !global_setting()->disable_landing_site)
@lang('auth.goHome')
@endif