© 2026 Hedgehog Software, LLC
public function product() { $this->validate(); Notification::make() ->title('Downloading') ->body('Downloading Product Report') ->success() ->send();
Notification::make() ->success() ->title('Download Complete') ->body('Product Report Downloaded') ->send()