@props([ 'id' => 'input-text-group-' . uniqid(), 'required' => true, 'label' => null, 'type' => "text", 'help' => null, ]) @if($label) @endif
@isset($icon) {{ $icon }} @endisset
@if($attributes->whereStartsWith('wire:model')->first())
@error($attributes->whereStartsWith('wire:model')->first()) {{ $message }} @enderror
@endif