{{ $label ?? __("validation.attributes.$name") }} {!! Form::textarea($name, $value ?? null, ['class' => 'form-control tinymce', 'rows' => $rows ?? 20]); !!} @if($help ?? null) {!! $help !!} @endif