{{ $isArabic ? 'المستلمون الحاليون' : 'Current recipients' }}
{{ number_format($selectedCount) }}
@extends('layouts.main_dashboard.app') @php $routePrefix = auth()->user()?->usesStaffPortal() ? 'teacher' : 'admin'; $isTeacherPortal = auth()->user()?->usesStaffPortal(); $isArabic = app()->getLocale() === 'ar'; $selectedCount = $notification->users->count(); @endphp @section('title', $isTeacherPortal ? ($isArabic ? 'تعديل الإشعار' : 'Edit Notification') @section('page_heading', $isTeacherPortal ? ($isArabic ? 'تعديل الإشعار' : 'Edit Notification') : __('dashboard.Edit Notification')) @section('page_subtitle', $isArabic ? 'حدّث النطاق الأكاديمي أو قائمة الطلاب أو صياغة الرسالة من نفس مساحة العمل.' : 'Update the academic scope, recipient list, or message content from the same workspace.') @section('skip_page_hero', true) @section('content')
{{ $isTeacherPortal ? ($isArabic ? 'إدارة الإشعارات' : 'Notification Management') : __('dashboard.Notifications') }}
{{ $isArabic ? 'راجع المستلمين الحاليين، غيّر النطاق عند الحاجة، ثم عدّل العنوان والمحتوى قبل حفظ النسخة الجديدة.' : 'Review current recipients, change the scope if needed, then update the title and body before saving the new version.' }}
{{ $isArabic ? 'المستلمون الحاليون' : 'Current recipients' }}
{{ number_format($selectedCount) }}
{{ $isArabic ? 'آخر تحديث' : 'Latest update' }}
{{ optional($notification->updated_at)->format('Y-m-d') ?? '—' }}
{{ $isArabic ? 'حالة الإرسال' : 'Delivery state' }}
{{ $notification->is_draft ? __('dashboard.Draft') : __('dashboard.Sent') }}