@extends('layouts.main_dashboard.app') @section('title', __('dashboard.Edit Notification')) @section('page_heading', __('dashboard.Edit Notification')) @php $isArabic = app()->getLocale() === 'ar'; $filters = old() ? [ 'stage_ids' => old('stage_ids', []), 'grade_ids' => old('grade_ids', []), 'class_ids' => old('class_ids', []), 'department_ids' => old('department_ids', []), 'subject_ids' => old('subject_ids', []), 'user_ids' => old('user_ids', []), ] : ($generalNotification->target_filters ?? []); $selectedChannels = collect(old('channels', $generalNotification->channels ?? ['in_app'])); $selectedAudiences = collect(old('audience_types', $generalNotification->audience_types ?? ['students'])); @endphp @section('skip_page_hero', true) @section('content')
{{ $isArabic ? 'حدّث محتوى الإشعار العام أو القنوات أو الفئات المستهدفة قبل إعادة النشر.' : 'Update the broadcast notification content, channels, or target audiences before republishing.' }}