@php $isArabic = app()->getLocale() === 'ar'; $authPageTitle = $isArabic ? 'تعيين كلمة مرور جديدة | SmartLMS' : 'Reset Password | SmartLMS'; $authBadge = $isArabic ? 'كلمة مرور جديدة' : 'New Password'; $authBadgeIcon = 'fa-lock'; $authHeading = $isArabic ? 'أنهِ الاستعادة بكلمة مرور قوية' : 'Finish recovery with a stronger password'; $authDescription = $isArabic ? 'هذه الخطوة الأخيرة في الاستعادة. عيّن كلمة مرور جديدة وآمنة ثم عد مباشرة إلى لوحة النظام.' : 'This is the final recovery step. Set a secure new password and return directly to your dashboard.'; $authPanelLabel = $isArabic ? 'إعادة التعيين' : 'Reset Flow'; $authFormHeading = $isArabic ? 'أدخل كلمة المرور الجديدة' : 'Enter your new password'; $authFormDescription = $isArabic ? 'استخدم كلمة مرور يصعب تخمينها، ويفضل أن تجمع بين الحروف والأرقام والرموز.' : 'Use a password that is hard to guess, ideally combining letters, numbers, and symbols.'; $authHighlights = [ [ 'icon' => 'fa-shield-halved', 'title' => $isArabic ? 'تحديث مباشر للحساب' : 'Direct account update', 'description' => $isArabic ? 'بمجرد إرسال النموذج يتم استبدال كلمة المرور القديمة بالجديدة للحساب المرتبط بالرابط.' : 'Once submitted, the old password is replaced for the account tied to the reset link.', ], [ 'icon' => 'fa-fingerprint', 'title' => $isArabic ? 'تحقق من الملكية' : 'Ownership check', 'description' => $isArabic ? 'الرمز المضمّن في الرابط يضمن أن عملية التغيير صادرة من مسار استعادة صالح.' : 'The token in the link ensures the change is made from a valid recovery flow.', ], [ 'icon' => 'fa-arrow-right-to-bracket', 'title' => $isArabic ? 'عودة سريعة للنظام' : 'Quick return to the system', 'description' => $isArabic ? 'بعد الحفظ يستطيع المستخدم تسجيل الدخول بكلمة المرور الجديدة فورًا.' : 'After saving, the user can sign in immediately with the new password.', ], ]; $authSideStats = [ [ 'value' => '01', 'label' => $isArabic ? 'تحقق من البريد' : 'Verify Email', 'description' => $isArabic ? 'تأكد من أن البريد يطابق الحساب المقصود.' : 'Make sure the email matches the intended account.', ], [ 'value' => '02', 'label' => $isArabic ? 'أنشئ كلمة قوية' : 'Create Strong Password', 'description' => $isArabic ? 'اختر تركيبة طويلة وغير مستخدمة سابقًا.' : 'Choose a long combination not used before.', ], [ 'value' => '03', 'label' => $isArabic ? 'أكد الحفظ' : 'Confirm Save', 'description' => $isArabic ? 'طابق الكلمتين ثم أرسل النموذج.' : 'Match both fields and submit the form.', ], ]; @endphp @extends('auth.layouts.app') @section('form')
@csrf
@endsection @section('footer')

{{ $isArabic ? 'هل تحتاج العودة إلى البداية؟' : 'Need to return to the start?' }} {{ $isArabic ? 'اطلب رابطًا جديدًا' : 'Request a new link' }}

@endsection