invoices = $invoices; } public function array(): array { return $this->invoices; } public function headings(): array { return ['UPT', 'Pengiriman Laporan']; } public function startCell(): string { return 'A1'; } }