© 2026 Hedgehog Software, LLC
protected function getCreateFormAction(): Action { return Action::make('create') ->label('Pay') ->submit('create') ->color('success'); }