{!! Form::textarea($name, $value, array_merge(['class' => 'form-ControlTextArea','cols'=>"30",'rows'=>"10"], $attributes)) !!} {!! Form::label($name, $text . (isset($attributes['required']) ? " *" : ''), ['class' => 'form-label'],false) !!} {!! $errors->first($name, '

:message

') !!}