belongsTo(City::class); } public function sub_districts() { return $this->hasMany(SubDistrict::class); } }