@php $isArabic = app()->getLocale() === 'ar'; $authPageTitle = $isArabic ? 'تأكيد البريد الإلكتروني | SmartLMS' : 'Verify Email | SmartLMS'; $authBadge = $isArabic ? 'تأكيد البريد' : 'Email Verification'; $authBadgeIcon = 'fa-envelope-circle-check'; $authHeading = $isArabic ? 'فعّل بريدك قبل متابعة الاستخدام' : 'Verify your email before continuing'; $authDescription = $isArabic ? 'تأكيد البريد يضمن وصول الإشعارات ورسائل الاستعادة والرموز الأمنية إلى العنوان الصحيح داخل النظام.' : 'Email verification ensures notifications, recovery messages, and security codes reach the correct address.'; $authPanelLabel = $isArabic ? 'تفعيل البريد' : 'Email Activation'; $authFormHeading = $isArabic ? 'تحقق من بريدك الوارد' : 'Check your inbox'; $authFormDescription = $isArabic ? 'أرسلنا رابط تحقق إلى بريدك الإلكتروني. افتح الرسالة ثم ارجع إلى النظام بعد التفعيل.' : 'We sent a verification link to your email. Open the message, then return to the system after activation.'; $authHighlights = [ [ 'icon' => 'fa-bell', 'title' => $isArabic ? 'وصول الإشعارات' : 'Reliable notifications', 'description' => $isArabic ? 'التفعيل يضمن أن الرسائل المهمة تصل إلى المستخدم الصحيح.' : 'Verification helps ensure important messages reach the right user.', ], [ 'icon' => 'fa-lock', 'title' => $isArabic ? 'طبقة أمان إضافية' : 'Extra security layer', 'description' => $isArabic ? 'الحسابات المؤكدة أسهل في الاستعادة وأكثر موثوقية في عمليات الحماية.' : 'Verified accounts are easier to recover and more reliable in security flows.', ], [ 'icon' => 'fa-repeat', 'title' => $isArabic ? 'إعادة إرسال متاحة' : 'Resend available', 'description' => $isArabic ? 'إذا لم تصل الرسالة يمكنك طلب رابط جديد من نفس الشاشة.' : 'If the message does not arrive, a new link can be requested from the same screen.', ], ]; $authSideStats = [ [ 'value' => '01', 'label' => $isArabic ? 'افتح الرسالة' : 'Open Message', 'description' => $isArabic ? 'ابحث في البريد الوارد أو الرسائل غير المرغوبة.' : 'Check your inbox or spam folder.', ], [ 'value' => '02', 'label' => $isArabic ? 'اضغط الرابط' : 'Use the Link', 'description' => $isArabic ? 'الرابط ينشط البريد مباشرة للحساب الحالي.' : 'The link activates the email for the current account.', ], [ 'value' => '03', 'label' => $isArabic ? 'ارجع للنظام' : 'Return to SmartLMS', 'description' => $isArabic ? 'بعد التأكيد يمكنك متابعة استخدام اللوحة الخاصة بك.' : 'After verification, you can continue using your dashboard.', ], ]; @endphp @extends('auth.layouts.app') @section('form')
{{ $isArabic ? 'مطلوب تأكيد البريد الإلكتروني' : 'Email verification required' }}
{{ $isArabic ? 'قبل المتابعة داخل النظام، تحقق من بريدك الإلكتروني وابحث عن رابط التفعيل الذي أرسلناه لك.' : 'Before continuing in the system, check your email for the activation link we sent you.' }}