{{ $title }}
| FACTURADOS: | $ {{ number_format($totFacturado, 0) }} |
| CARTERA: | ${{ number_format($totRetenido, 0) }} |
| CEDI: | ${{ number_format($totcedi, 0) }} |
| TOTAL: | ${{ number_format($totcedi + $totFacturado + $totRetenido, 0) }} |
| FACTURADOS: | $ {{ number_format($totFacturado, 0) }} |
| CARTERA: | ${{ number_format($totRetenido, 0) }} |
| CEDI: | ${{ number_format($totcedi, 0) }} |
| TOTAL: | ${{ number_format($totcedi + $totFacturado + $totRetenido, 0) }} |