// ClientResource.php
Forms\Components\Section::make()
->relationship('entity')
->schema([
// Fields on the entity model
Forms\Components\Section::make()
->relationship('address')
->schema([
// Fields on the address model
])
]),
// ClientResource.php
Forms\Components\Section::make()
->relationship('entity')
->schema([
// Fields on the entity model
Forms\Components\Section::make()
->relationship('address')
->schema([
// Fields on the address model
])
]),