groupBy('status', 'status_name') ->get(); } public function headings(): array { return [ 'Status Name', 'Total' ]; } }