belongsTo(DesaKelurahan::class, 'desa_kelurahan_id'); } public function lahan() { return $this->hasMany(Lahan::class, 'adat_pemilik_id'); } }