@assets @endassets
{{ __('messages.t_back_to_home') }}

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

@csrf
@error('phoneNumber') {{ $message }} @enderror
@if (session('status') == 'otp-failed')
{{ __(' We apologize for the inconvenience you are experiencing with our OTP (One-Time Password) delivery.') }}
@else
{{ session('status') }}
@endif
{{ __('messages.t_send_otp_action') }}

{{ __('messages.t_already_have_account') }} {{ __('messages.t_login') }}

@script @endscript