'datetime', 'TanggalSelesai' => 'datetime', ]; public function dokumenType() { return $this->belongsTo(DokumenType::class, 'DokumenTypeID', 'DokumenTypeID'); } public function perusahaan() { return $this->belongsTo(Perusahaan::class, 'PerusahaanID', 'PerusahaanID'); } }