@foreach ($budget_info['accounts'] as $budget) @endforeach

FUENTE FINANCIAMIENTO

UNIDAD RESPONSABLE

PROGRAMA

CONCEPTO POR OBJETO DEL GASTO

ENERO

FEBRERO

MARZO

ABRIL

MAYO

JUNIO

JULIO

AGOSTO

SEPTIEMBRE

OCTUBRE

NOVIEMBRE

DICIEMBRE

TOTAL

{{$budget['funding_source']->code}}

{{$budget['program']->code}}

{{$budget['unit']->code}}

{{$budget['c_o_g_specific_accounting_item_state']->code}}

${{number_format($budget[1],2)}}

${{number_format($budget[2],2)}}

${{number_format($budget[3],2)}}

${{number_format($budget[4],2)}}

${{number_format($budget[5],2)}}

${{number_format($budget[6],2)}}

${{number_format($budget[7],2)}}

${{number_format($budget[8],2)}}

${{number_format($budget[9],2)}}

${{number_format($budget[10],2)}}

${{number_format($budget[11],2)}}

${{number_format($budget[12],2)}}

${{number_format($budget['total'])}}