© 2026 Hedgehog Software, LLC
return Action::make('create') ->label('New Job Listing') ->extraAttributes([ 'class' => 'bg-gradient-purple-left' ]) ->steps($this->getCreateActionSchemaForWizard()) ->skippableSteps(true) ->action(fn() => ray(func_get_args()));