{!! Form::email($name, old($name), ['class' => $class, 'placeholder' => 'Enter ' . $label, 'spellcheck' => 'true', $required]) !!} @if ($errors->has($name))
{{ $errors->first($name) }}.
@endif