Concept Flow - Queued notifications
Trigger Notification Event
Create Notification Instance
Queue Notification Job
Worker Picks Job from Queue
Send Notification (Email, SMS, etc.)
Mark Job as Completed
Done
This flow shows how Laravel queues a notification: event triggers, notification is queued, a worker sends it, then marks it done.