{{ $alert['title'] }}
{{ $alertTypes[$alert['model']->type] ?? $alert['model']->type }} {{ $priorities[$alert['model']->priority] ?? $alert['model']->priority }}
{{ $isArabic ? 'نطاق الإرسال:' : 'Scope:' }} {{ $alert['model']->recipient_scope === 'all_parents' ? ($isArabic ? 'جميع أولياء الأمور' : 'All parents') : ($isArabic ? 'أولياء أمور محددون' : 'Specific parents') }}
{{ $isArabic ? 'المستلمون:' : 'Recipients:' }} {{ $alert['resolved_users'] }}
{{ $isArabic ? 'بريد ناجح:' : 'Email sent:' }} {{ $alert['email_sent'] }}
{{ $isArabic ? 'داخل النظام:' : 'In-app:' }} {{ $alert['in_app_delivered'] }}
{{ $isArabic ? 'آخر إرسال:' : 'Last sent:' }} {{ $alert['sent_at_label'] }}
{{ $alert['message'] }}
{{ $isArabic ? 'القنوات:' : 'Channels:' }} {{ $alert['channel_summary'] }}