Forgot Password?

*
CAPTCHA * {!! Form::text('v_captcha','',array('class'=>'b-l-fff form-control captcha-size1','maxlength'=>3,'id'=>'v_captcha')) !!}
@if(!Request::has('from'))

Back to Login
OR Create New User

@endif

Forgot Password?

*
CAPTCHA * {!! Form::text('v_captcha','',array('class'=>'b-l-fff form-control','maxlength'=>3,'id'=>'v_captcha')) !!}

Back to Login
OR Create New User

{{ Form::open(array('url'=>'','method'=>'POST','id'=>'OTPForm_fp','class'=>'')) }}
* {{ Form::text('otp','',array('id'=>'js-OTP-modal','name'=>'jsOTP','class'=>'form-control','placeholder'=>'Enter the OTP')) }}
{{ Form::hidden('hmobile_number','',array('id'=>'js-hmobile_number','placeholder'=>'mobile')) }} {{ Form::hidden('register_id','',array('id'=>'js-register_id','placeholder'=>'registerid')) }}

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

{{ Form::submit("Validate OTP",array('class'=>'btn btn-primary waves-effect md-trigger','id'=>'js-otp_register')) }}
Resend OTP
{{ Form::close() }}
{{ Form::open(array('url'=>'','method'=>'POST','id'=>'OTPForm_password','class'=>'')) }}

Choose your own password
Please enter minimum 6 characters password

* {{ Form::password('password',array('id'=>'password','name'=>'password','class'=>'form-control','placeholder'=>'password')) }}
{{ Form::submit("submit",array('class'=>'btn f-16 btn-primary waves-effect md-trigger','id'=>'js-otp_register_submit')) }}
{{ Form::close() }}