© 2026 Hedgehog Software, LLC
Route::get("test", function(){ Notification::make() ->body("test") ->title("test") ->success() ->send(); return redirect("/"); });
@livewire('notifications')