पेज · Laravilt
Notification Types
Toast and database notification types
Two notification delivery methods available.
Available Types
| Type | Description |
|---|---|
| Toast | Temporary on-screen messages |
| Database | Persistent notification center |
Toast Notifications
Temporary feedback that auto-dismisses:
php
Database Notifications
Persistent notifications with read/unread tracking:
php
Both Together
php
Styling Options
| Method | Color |
|---|---|
success() | Green |
warning() | Yellow |
danger() | Red |
info() | Blue |