belongsTo(Province::class); } public function districts() { return $this->hasMany(District::class); } }