belongsTo(Penduduk::class, 'kode', 'kode'); } public function alternatif() { return $this->belongsTo(Alternatif::class); } public function penduduk2() { return $this->belongsTo(Penduduk::class); } }