© 2026 Hedgehog Software, LLC
protected function getActions(): array { $actions[] = CreateAction::class::make(); $actions[] = Action::make('Generate') ->color('danger') ->requiresConfirmation() ->icon('heroicon-o-document-search') ->action('generatePost'); return $actions; }