@if (!empty($title ?? '')) @endif
merge(['class' => 'w-full px-4 py-3 border border-gray-300 rounded-lg focus:ring-2 focus:ring-primary-500 focus:border-primary-500 transition-colors input-focus']) }} placeholder="{{ $placeholder ?? '********' }}" :type="showPassword ? 'text' : 'password'" id='{{ $name ?? '' }}' @if ($defer ?? true) wire:model.defer='{{ $name ?? '' }}' @else wire:model='{{ $name ?? '' }}' @endif @if ($disable ?? false) disabled @endif />
@if (!empty($hint)) {{ $hint ?? '' }} @endif @error($name ?? '') {{ $message }} @enderror @isset($type) @if ($type != null && $type == 'password') @push('scripts') @endpush @endif @endisset