@extends('layouts.main_dashboard.app') @section('title', __('dashboard.Create Notification')) @section('page_heading', __('dashboard.Create Notification')) @php $isArabic = app()->getLocale() === 'ar'; $oldChannels = collect(old('channels', ['in_app'])); $oldAudiences = collect(old('audience_types', ['students'])); @endphp @section('skip_page_hero', true) @section('content')
{{ $isArabic ? 'أنشئ إشعارًا عامًا جديدًا وحدد القنوات والفئات المستهدفة قبل النشر.' : 'Create a new general notification and choose channels and target audiences before publishing.' }}