@extends('admin.layouts.main') @section('content')

Send Notification

@if($errors->any()) @endif @if(session('success')) @endif @if(session('error')) @endif

Send Notification to Users

Send a notification to all users or select specific users.

@csrf
Choose whether to send to all users or select specific users.
Select one or more users to send the notification to.
The title of the notification (max 255 characters).
The message content of the notification (max 5000 characters).
Cancel
@push('scripts') @endpush @endsection