belongsTo(Perusahaan::class, 'PerusahaanId', 'PerusahaanId'); } public function refhistoryKegiatan() { return $this->belongsTo(RefHistoryKegiatan::class, 'RefHistoryKegiatanId', 'RefHistoryKegiatanId'); } public function kelurahan() { return $this->belongsTo(Kelurahan::class, 'KelurahanId', 'KelurahanId'); } }