@extends('layouts.home') @section('title',$title) @section('content')
@if($message = Session::get('success')) @elseif($message = Session::get('error')) @endif {{ Form::open(array('url'=>'otp-verify','method'=>'POST','id'=>'pooled-otp-verify','class'=>'form-horizontal')) }} {{ Form::hidden('temp_id',$temp_id,array('id'=>'temp_id')) }} {{ Form::hidden('mobile_number',$mobile_number) }} {{ Form::hidden('email',$email_address) }}
* {{ Form::text('otp_code','',array('class'=>'form-control','required','placeholder'=>'OTP','autocomplete'=>'off' )) }}

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

{{ Form::submit(\Lang::get('validation.pooled_campus_submit'),array('class'=>'btn f-16 btn-primary btn-block','id'=>'pooled-otp-verify')) }}

Sending... {{ Form::close() }}

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

@endsection @section('footer') @endsection