|
{{ $isAr ? 'مرحباً' : 'Hi' }} {{ $name }},
{{ $isAr
? 'شكراً لتسجيلك في هوت سبوت. الرجاء تأكيد بريدك الإلكتروني عبر الزر التالي لتفعيل حسابك.'
: 'Thanks for signing up to Hotspot. Please verify your email address by clicking the button below to activate your account.' }}
{{ $isAr ? 'تأكيد البريد الإلكتروني' : 'Verify Email' }}
{{ $isAr ? 'أو انسخ الرابط التالي في متصفحك:' : 'Or copy this link into your browser:' }}
{{ $verifyUrl }}
{{ $isAr ? 'إذا لم تقم بالتسجيل، يمكنك تجاهل هذه الرسالة.' : "If you didn't register, you can safely ignore this email." }}
|