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