Please wait, Loading...
{{ Form::open(array('id'=>'mobileverification','class'=>'mobileverification')) }}
* {{ Form::text('mobile_addressver','',array('id'=>'js-mobile_addressver','class'=>'form-control','placeholder'=>'Mobile Number','maxlength'=>10)) }}
{{ Form::button("Send OTP",array('class'=>'btn f-16 btn-primary waves-effect md-trigger send_mobile_otp','id'=>'send_mobile_otp','type'=>'submit')) }}
{{ Form::close() }}
{{ Form::open(array('url'=>'','method'=>'POST','id'=>'OTPMobile','class'=>'')) }}
* {{ Form::text('otp_mobile','',array('id'=>'js-OTPmobile','class'=>'form-control','placeholder'=>'Enter the OTP')) }} {{ Form::hidden('mobile_add','',array('id'=>'js-mobile_add','class'=>'form-control')) }}

Do not press refresh OR back button
The OTP code will be valid only for 3 minutes

{{ Form::button("Validate OTP",array('class'=>'btn f-16 btn-primary waves-effect md-trigger','id'=>'js-otp_register','type'=>'submit')) }}
Resend OTP
{{ Form::close() }}