* {{ 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
{{ Form::close() }}