belongsTo(City::class, 'city_id'); } public function villages() { return $this->hasMany(Village::class, 'district_id'); } }