An activation link has been successfully sent to your registered email id.
@else* {{ Form::label('email', 'Email Id') }} {{ Form::text('email', Input::old('email'),array('class'=>'inputStyle')) }} @if($errors->has('email'))
{{$errors->first('email')}}
@endif{{ Form::submit('Submit', array('class'=>'btn btn-medium btn-large', 'onclick' => 'return validate()')) }} Cancel
@endif {{ Form::close() }}