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