© 2026 Hedgehog Software, LLC
use Filament\Notifications\Notification; // ... Notification::make() ->title("New calls: $newCalls") ->sendToDatabase(User::find(1));
php artisan queue:work