Manage the messages that are sent automatically to users' devices when key events occur.
Use {name},
{plan},
{expires_at},
{days},
{email}
as dynamic placeholders.
@if(session('success'))
{{ session('success') }}
@endif
@if(session('error'))
{{ session('error') }}
@endif
{{-- Manual Broadcast --}}
Send Manual Notification
Broadcast a custom push notification to all or specific users.
@if(!$pushReady)
Firebase is not configured. Manual notifications cannot be sent until FCM is set up in Settings.