belongsTo(Perusahaan::class, 'PerusahaanId', 'PerusahaanId'); } public function historyKegiatan() { return $this->belongsTo(HistoryKegiatan::class, 'HistoryKegiatanId', 'HistoryKegiatanId'); } public function kelurahan() { return $this->belongsTo(Kelurahan::class, 'KelurahanId', 'KelurahanId'); } }