{!! Form::text($name, old($name), ['id' =>$id, 'class' => $class, 'placeholder' => 'Enter ' . $label, 'spellcheck' => 'true', $required, 'data-provide' => 'typeahead', 'autocomplete'=>"off" ]) !!} @if ($errors->has($name))
{{ $errors->first($name) }}.
@endif