@extends('layouts.home') @section('title',trans('core.title_candidate_register')) @section('content')
Please wait, Loading...
HireMee logo
@if($token) {{ Form::open(array('url'=>'candidate/page_otp_verification'.'?token='.$token,'method'=>'POST','name'=>'OTPForm','id'=>'OTPForm','class'=>'','autocomplete'=>'off')) }} @else {{ Form::open(array('url'=>'candidate/page_otp_verification','method'=>'POST','name'=>'OTPForm','id'=>'OTPForm','class'=>'','autocomplete'=>'off')) }} @endif {!! Form::hidden('is_gold_updrade',$token ? $token:"",array('id'=>'is_gold_updrade')) !!}
* {{ Form::text('otp','',array('id'=>'js-OTP','class'=>'form-control js-pro-otp_input','placeholder'=>'Enter the OTP')) }}
{{ Form::hidden('hmobile_number',$mobile_number,array('id'=>'js-hmobile_number')) }} {{ Form::hidden('hregister_id',$register_id,array('id'=>'js-hregister_id')) }}

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

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

Copyright © {{date('Y')}}. All Rights Reserved

@endsection @section('footer') @include("candidate.registration.regpage2_script") @endsection