data = $data; } public function collection() { return $this->data; } public function headings(): array { return ["Product", "Expected Selling Price", "Seller Name", "Email", "Contact", "Listing Status", "Created At"]; } }