@php [$property, $error, $id, $entangle] = $bind($attributes, $errors ?? null, $livewire); $personalize = $classes(); $icon = $icons(); $attributes = $mergeWhen($rules->isNotEmpty(), ['x-on:click' => 'rules = true', 'x-model.debounce' => 'input']); @endphp
{{ __('tallstack-ui::messages.password.rules.formats.min', ['min' => $rules->get('min')]) }}
@endif @if ($rules->has('symbols')){{ __('tallstack-ui::messages.password.rules.formats.symbols', ['symbols' => $rules->get('symbols')]) }}
@endif @if ($rules->has('numbers')){{ __('tallstack-ui::messages.password.rules.formats.numbers') }}
@endif @if ($rules->has('mixed')){{ __('tallstack-ui::messages.password.rules.formats.mixed') }}
@endif