{{ app()->getLocale() == 'ar' ? 'تحديث كلمة المرور' : 'Update Password' }}

{{ app()->getLocale() == 'ar' ? 'تأكد من أن حسابك يستخدم كلمة مرور طويلة وعشوائية للحفاظ على أمانه.' : 'Ensure your account is using a long, random password to stay secure.' }}

@csrf @method('put')
@if (session('status') === 'password-updated')

{{ app()->getLocale() == 'ar' ? 'تم الحفظ.' : 'Saved.' }}

@endif