{!! Form::text('name', null, ['class' => 'form-control']) !!} @if ($errors->has('name')) {{$errors->first('name')}} @endif