© 2026 Hedgehog Software, LLC
->nextAction( fn (ActionsAction $action) => $action->label('') ->action(function () { dd('hello'); }) ->extraAttributes(fn () => [ 'class' => 'wizard-button' ]), )