@php $isArabic = ($recipient->locale ?? app()->getLocale()) === 'ar'; @endphp {{ $notification->title }}
{{ $isArabic ? 'إشعار عام' : 'General Notification' }}

{{ $notification->title }}

{{ $isArabic ? 'مرحبًا' : 'Hello' }} {{ $recipient->name }},

{{ $notification->description }}
@if($notification->attachment)

{{ $isArabic ? 'تم إرفاق الملف مع الرسالة إذا كان متاحًا.' : 'The attachment is included with this message when available.' }}

@endif