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

:message

') !!}