| '; foreach ($was_summary as $was) { // Fills the table with the data echo ' | ' . $was->col_band . ' | '; } echo '
| Total worked | '; foreach ($was_summary as $was) { // Fills the table with the data echo '' . $was->count . ' | '; } echo '
| Total confirmed | '; foreach ($was_summary as $was) { // Fills the table with the data echo '' . $was->cfmwas . ' | '; } echo '