Closed DissNik closed 3 weeks ago
BelongsTo::make('Country', 'country', resource: new CountryResource()), BelongsTo::make('Region', 'region', resource: new RegionResource()) ->associatedWith('country_id') ->asyncOnInit(), BelongsTo::make('City', 'city', resource: new CityResource()) ->associatedWith('region_id') ->asyncOnInit(),