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