Post date: Apr 2, 2015 9:21:03 PM
<div class="form-group @if ($errors->has('title')) has-error @endif"> {{ Form::label('title', 'Title') }} {{ Form::text('title', null, array('class' => 'form-control')) }} @if ($errors->has('title')) <p class="help-block">{{ $errors->first('title') }}</p> @endif </div>