Forms\Components\TextInput::make('field1'),
Forms\Components\TextInput::make('field2'),
Group::make([
Forms\Components\TextInput::make('field3'),
Forms\Components\TextInput::make('field4')
])->visibleOn('edit')
Forms\Components\TextInput::make('field1'),
Forms\Components\TextInput::make('field2'),
Group::make([
Forms\Components\TextInput::make('field3'),
Forms\Components\TextInput::make('field4')
])->visibleOn('edit')