{{ app()->getLocale() == 'ar' ? 'معلومات الملف الشخصي' : 'Profile Information' }}

{{ app()->getLocale() == 'ar' ? 'تحديث معلومات ملفك الشخصي وعنوان بريدك الإلكتروني.' : "Update your account's profile information and email address." }}

@csrf
@csrf @method('patch')
@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
@endif
@if (session('status') === 'profile-updated')

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

@endif