@if ($user instanceof \Illuminate\Contracts\Auth\MustVerifyEmail && ! $user->hasVerifiedEmail())
{{ app()->getLocale() == 'ar' ? 'عنوان بريدك الإلكتروني غير موثق.' : 'Your email address is unverified.' }}
@if (session('status') === 'verification-link-sent')
{{ app()->getLocale() == 'ar' ? 'تم إرسال رابط تحقق جديد إلى عنوان بريدك الإلكتروني.' : 'A new verification link has been sent to your email address.' }}
@endif