belongsTo(Pelaporan::class, 'PelaporanId', 'PelaporanId'); } /** * Relasi ke model Perusahaan. */ public function perusahaan() { return $this->belongsTo(Perusahaan::class, 'PerusahaanId', 'PerusahaanId'); } }