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