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