@extends('layouts.admin') @section('title', 'Send Announcement') @section('page-title', 'Send Announcement') @section('content')
Back to Notifications
Compose Notification
@csrf
@error('title')
{{ $message }}
@enderror
@error('description')
{{ $message }}
@enderror
@error('category')
{{ $message }}
@enderror
PDF or Images up to 2MB. @error('attachment')
{{ $message }}
@enderror
Target Audience Targeting
Schedule Notification (Optional)

Leave empty to deliver immediately.

@endsection @section('scripts') @endsection