collection = $data; $this->headings = $header; } public function collection() { return collect($this->collection); } public function headings(): array { return [$this->headings]; } }