@foreach ($data as $item) @endforeach

Fuente de Financiamiento

Unidad Responsable

Programatica del Ente

Artículo

Promedio

Enero

Febrero

Marzo

Abril

Mayo

Junio

Julio

Agosto

Septiembre

Octubre

Noviembre

Diciembre

Total

{{ strtoupper($item['funding_source']) }} {{ strtoupper($item['responsible_unit']) }} {{ strtoupper($item['program']) }} {{ strtoupper($item['item']) }} ${{ number_format($item['average'], 2) }} {{ number_format($item['enero'], 2) }} {{ number_format($item['febrero'], 2) }} {{ number_format($item['marzo'], 2) }} {{ number_format($item['abril'], 2) }} {{ number_format($item['mayo'], 2) }} {{ number_format($item['junio'], 2) }} {{ number_format($item['julio'], 2) }} {{ number_format($item['agosto'], 2) }} {{ number_format($item['septiembre'], 2) }} {{ number_format($item['octubre'], 2) }} {{ number_format($item['noviembre'], 2) }} {{ number_format($item['diciembre'], 2) }} {{ number_format($item['total'], 2) }}
TOTAL {{ $total_enero }} {{ $total_febrero }} {{ $total_marzo }} {{ $total_abril }} {{ $total_mayo }} {{ $total_junio }} {{ $total_julio }} {{ $total_agosto }} {{ $total_septiembre }} {{ $total_octubre }} {{ $total_noviembre }} {{ $total_diciembre }} {{ $total_enero + $total_febrero + $total_marzo + $total_abril + $total_mayo + $total_junio + $total_julio + $total_agosto + $total_septiembre + $total_octubre + $total_noviembre + $total_diciembre }}