{{ __('messages.t_back_to_home') }}

{{ __('messages.t_otp_verification') }}

{{ __('messages.t_otp_description') }}
@csrf
@error('otp') {{ $message }} @enderror
@if (session('status') == 'otp-incorrect')
{{ __(' Your OTP is not correct.') }}
@elseif (session('status') == 'otp-expired')
{{ __(' Your OTP has been expired.') }}
@endif @if (session('status') == 'otp-failed')
{{ __(' We apologize for the inconvenience you are experiencing with our OTP (One-Time Password) delivery.') }}
@endif @if (session('status') == 'otp-success' )
{{ __(' A new OTP has been sent to your mobile number.') }}
@endif
{{ __('messages.t_verify_otp_action') }}
{{ __('messages.t_resend_otp_action') }}