Grid::make()
->schema([
Forms\Components\Select::make('housing_id')
->relationship('housing', 'type')
->required(),
Forms\Components\Select::make('employment_id')
->relationship('employment', 'type')
->required(),
]),
Grid::make()
->schema([
Forms\Components\Select::make('housing_id')
->relationship('housing', 'type')
->required(),
Forms\Components\Select::make('employment_id')
->relationship('employment', 'type')
->required(),
]),