@extends('layouts.main') @section('title', 'Nomadic-OTP Verification') @section('content')

{{__('Confirm your phone number')}}

{{__('Please input 6-digit code we just sent to')}} +*(***)*** {{$mobile}}, {{__('wrong phone number')}} {{__('Contact us')}}.
@csrf
{{__('Didn’t get an SMS?')}} {{__('Send again')}}
{{__('Already have an account?')}} {{__('Login')}}
@endsection @section('footer_scripts') @endsection