| = $this->printHtml(ISO3166NameEnum::getBy2Code($type)); ?>
| = $this->getCurrency((int) ($this->data['ytdPYClientCountry'][$type]['net_sales'] ?? 0), symbol: ''); ?>
| = $this->getCurrency((int) ($this->data['ytdAClientCountry'][$type]['net_sales'] ?? 0), symbol: ''); ?>
| = $this->getCurrency(
((int) ($this->data['ytdAClientCountry'][$type]['net_sales'] ?? 0)) -
((int) ($this->data['ytdPYClientCountry'][$type]['net_sales'] ?? 0)),
symbol: ''
); ?>
| = $this->getCurrency((int) ($this->data['mtdPYClientCountry'][$type]['net_sales'] ?? 0), symbol: ''); ?>
| = $this->getCurrency((int) ($this->data['mtdAClientCountry'][$type]['net_sales'] ?? 0), symbol: ''); ?>
| = $this->getCurrency(
((int) ($this->data['mtdAClientCountry'][$type]['net_sales'] ?? 0)) -
((int) ($this->data['mtdPYClientCountry'][$type]['net_sales'] ?? 0)),
symbol: ''
); ?>
|