@props([ 'id' => 'input-textarea-' . uniqid(), 'required' => true, 'value' => "", 'label' => "", ]) @if($label) {{ $label }} @if($required) * @endif @endif @if ($slot->isEmpty()) @else {{ $slot }} @endif @if($attributes->whereStartsWith('wire:model')->first())