© 2026 Hedgehog Software, LLC
public static function form(Form $form): Form { return $form ->columns(1) ->schema([ Wizard::make([ ... ]) ]) }