@if($user->preferred_language == 'Arabic')
مرحباً {{ $user->name_ar ? $user->name_ar : $user->name }}،
تحية طيبة من الجمعية الملكية لحماية الطبيعة.
{{-- ====================================================== --}}
نود تذكيرك أن عضويتك في الجمعية ستنتهي في {{ $user->membership->end_date }} . للاستمرار في التمتع بالمزايا والخصومات، يرجى التأكد من بقاء عضويتك فعالة.
{{-- ====================================================== --}}
بإمكانكم تجديد عضويتكم إلكترونياً بسهولة عند زيارتكم لموقعنا الإلكتروني وتسجيل الدخول إلى حسابك والانتقال إلى ملفك الشخصي باستخدام هذا الرابط: https://www.rscn.org.jo/user/profile
{{-- ====================================================== --}}
شكراً جزيلاً على دعمكم المستمر!
{{-- ====================================================== --}}
مع أطيب التحيات،
الجمعية الملكية لحماية الطبيعة
@else
Hi {{ $user->name }},
Greetings from The Royal Society for the Conservation of Nature (RSCN)!
{{-- ====================================================== --}}
This is a friendly reminder that your RSCN membership is set to expire on {{ $user->membership->end_date }} . To continue enjoying the benefits and discounts, please ensure that your membership remains active.
{{-- ====================================================== --}}
You can conveniently renew your membership online by logging in to your account on our website and accessing your profile through this link: https://www.rscn.org.jo/user/profile
{{-- ====================================================== --}}
We deeply appreciate your ongoing support!
{{-- ====================================================== --}}
Best regards,
The Royal Society for the Conservation of Nature (RSCN)
@endif