{{ __('Update Password') }}

{{ __('Use a long, random password with a mix of letters, numbers, and symbols.') }}

{{-- Alpine component tracking: - newPassword: binds to New Password field for real-time strength scoring - confirmPassword: binds to Confirm field for match checking - strength: 0–4 computed from newPassword content --}}
@csrf @method('put')
{{-- Password strength meter --}}

{{-- Match indicator --}}
@if (session('status') === 'password-updated')

{{ __('Password updated successfully.') }}

@endif