@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)!
{{-- ====================================================== --}}
We are very sad to inform you that your RSCN membership has not been renewed and has expired on {{ $user->membership->end_date }} . To continue enjoying the benefits and discounts, please ensure that your membership remains active.
{{-- ====================================================== --}}
You can easily renew your membership online by logging in to your account on our website and navigating to your profile using this link: https://www.rscn.org.jo/user/profile
{{-- ====================================================== --}}
Thank you for your continuous support!
{{-- ====================================================== --}}
Best regards,
The Royal Society for the Conservation of Nature (RSCN)
@endif