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

:message

') !!}