© 2026 Hedgehog Software, LLC
Action::make('test-1') ->label('ChangeMe') ->icon('heroicon-m-sparkles') ->action(function () { //change label ChangeMe from here? }),
->label(fn () => $condition ? 'Label 1' : 'Label 2')