headings; } public function collection(): Collection { return collect($this->rows); } public function title(): string { return $this->title; } }