© 2026 Hedgehog Software, LLC
protected function getHeaderActions(): array { return [ Actions\DeleteAction::make('Delete me'), Actions\Action::make('Cancel Subscription')->action(function(){ /// custom stuff }) ]; }