{{ __('Update Password') }}

{{ __('Ensure your account uses a strong password to keep your personal information safe and secure.') }}

Secure Account
@csrf @method('PUT')

Password Recommendation

Use at least 8 characters including uppercase letters, numbers, and special symbols to improve security.

@if (session('status') === 'password-updated')

Password updated successfully.

@endif