@foreach ($data['rows'] as $third_level_cog) @foreach ($third_level_cog['rows'] as $cog) @foreach ($cog['rows'] as $item) @endforeach @endforeach @endforeach

Código

Descripción

Fuente Financiamiento

Unidad Responsable

Ene.

Feb.

Mar.

Abr.

May.

Jun.

Jul.

Ago.

Sep.

Oct.

Nov.

Dic.

Total

{{ $third_level_cog['code'] }} {{ $third_level_cog['description'] }}
{{ $cog['code'] }} {{ $cog['description'] }} ${{ number_format($cog['total'], 2) }}
{{ $item['code'] }} {{ $item['description'] }} {{ $item['funding_source'] }} {{ $item['responsible_unit'] }} ${{ number_format($item['month_1'],2) }} ${{ number_format($item['month_2'],2) }} ${{ number_format($item['month_3'],2) }} ${{ number_format($item['month_4'],2) }} ${{ number_format($item['month_5'],2) }} ${{ number_format($item['month_6'],2) }} ${{ number_format($item['month_7'],2) }} ${{ number_format($item['month_8'],2) }} ${{ number_format($item['month_9'],2) }} ${{ number_format($item['month_10'],2) }} ${{ number_format($item['month_11'],2) }} ${{ number_format($item['month_12'],2) }} ${{ number_format($item['total'], 2) }}
TOTAL ${{ number_format($data['total'],2) }}