@foreach ($father_array['accounts'] as $etiquetado_type) @foreach ($etiquetado_type['accounts'] as $etiquetado) @foreach ($etiquetado['accounts'] as $functional) @endforeach @endforeach @endforeach
Concepto Egresos Subejercicio
Aprobado Ampliaciones / Reducciones Modificado Devengado Pagado
{{ $etiquetado_type['description'] }} {{ '$' . number_format($etiquetado_type['inicial'], 2) }} {{ '$' . number_format($etiquetado_type['ampliaciones'], 2) }} {{ '$' . number_format($etiquetado_type['modificado'], 2) }} {{ '$' . number_format($etiquetado_type['devengado'], 2) }} {{ '$' . number_format($etiquetado_type['pagado'], 2) }} {{ '$' . number_format($etiquetado_type['subejercicio'], 2) }}
{{ $etiquetado['description'] }} {{ '$' . number_format($etiquetado['inicial'], 2) }} {{ '$' . number_format($etiquetado['ampliaciones'], 2) }} {{ '$' . number_format($etiquetado['modificado'], 2) }} {{ '$' . number_format($etiquetado['devengado'], 2) }} {{ '$' . number_format($etiquetado['pagado'], 2) }} {{ '$' . number_format($etiquetado['subejercicio'], 2) }}
{{ $functional['description'] }} {{ '$' . number_format($functional['inicial'], 2) }} {{ '$' . number_format($functional['ampliaciones'], 2) }} {{ '$' . number_format($functional['modificado'], 2) }} {{ '$' . number_format($functional['devengado'], 2) }} {{ '$' . number_format($functional['pagado'], 2) }} {{ '$' . number_format($functional['subejercicio'], 2) }}
{{$father_array['description']}} {{ '$' . number_format($father_array['inicial'], 2) }} {{ '$' . number_format($father_array['ampliaciones'], 2) }} {{ '$' . number_format($father_array['modificado'], 2) }} {{ '$' . number_format($father_array['devengado'], 2) }} {{ '$' . number_format($father_array['pagado'], 2) }} {{ '$' . number_format($father_array['subejercicio'], 2) }}


"Bajo protesta de decir verdad declaramos que los Estados Financieros y sus notas, son razonablemente correctos y son responsabilidad del emisor"
 
@if (isset($signature_data)) @include('exports.templates.signature_template',['data' => $signature_data]) @endif