@section('title', 'Mobile Verify')
{{ __("Thanks for signing up! Please verify your mobile number by entering the OTP we just sent via SMS.") }}
@if (session('status') == 'verification-code-sent')
{{ __('A new verification code has been sent to the mobile number you provided during registration.') }}
@endif
@csrf

Enter the 6-digit code sent to your mobile number

{{ __('Verify') }}
@csrf
{{ __('Resend Verification Code (OTP)') }}
{{ __('Log Out') }}