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