{!! Form::email($name, $value, array_merge(['class' => 'form-control'], $attributes)) !!} {!! Form::label($name, $text . (isset($attributes['required']) ? " *" : ''), ['class' => 'form-label'],false) !!} {!! $errors->first($name, '
:message
') !!}