@if ($showLabel && $options['label'] !== false && $options['label_show']) {!! Form::customLabel($name, $options['label'], $options['label_attr']) !!} @endif @php $id = Arr::get($options['attr'], 'id', $name); Arr::set($options['attr'], 'id', $id); @endphp {!! Form::textarea($name, $options['value'], $options['attr']) !!}