@foreach ($report_data['total_incomes']['accounts'] as $income) @endforeach @foreach ($report_data['budget_expense']['accounts'] as $expense) @endforeach @foreach ($report_data['other_exercise_remanent']['accounts'] as $other_exercise_remanent) @endforeach

Concepto

Aprobado

Devengado

Pagado

{{ $report_data['total_incomes']['description'] }} ${{ number_format($report_data['total_incomes']['initial'], 2) }} ${{ number_format($report_data['total_incomes']['accrued'], 2) }} ${{ number_format($report_data['total_incomes']['result'], 2) }}
{{ $income['description'] }} ${{ number_format($income['initial'], 2) }} ${{ number_format($income['accrued'], 2) }} ${{ number_format($income['result'], 2) }}
{{ $report_data['budget_expense']['description'] }} ${{ number_format($report_data['budget_expense']['initial'], 2) }} ${{ number_format($report_data['budget_expense']['accrued'], 2) }} ${{ number_format($report_data['budget_expense']['result'], 2) }}
{{ $expense['description'] }} ${{ number_format($expense['initial'], 2) }} ${{ number_format($expense['accrued'], 2) }} ${{ number_format($expense['result'], 2) }}
{{ $report_data['other_exercise_remanent']['description'] }} ${{ number_format($report_data['other_exercise_remanent']['initial'], 2) }} ${{ number_format($report_data['other_exercise_remanent']['accrued'], 2) }} ${{ number_format($report_data['other_exercise_remanent']['result'], 2) }}
{{ $other_exercise_remanent['description'] }} ${{ number_format($other_exercise_remanent['initial'], 2) }} ${{ number_format($other_exercise_remanent['accrued'], 2) }} ${{ number_format($other_exercise_remanent['result'], 2) }}
{{ $report_data['budget_balance']['description'] }} ${{ number_format($report_data['budget_balance']['initial'], 2) }} ${{ number_format($report_data['budget_balance']['accrued'], 2) }} ${{ number_format($report_data['budget_balance']['result'], 2) }}
{{ $report_data['budget_balance_no_finance']['description'] }} ${{ number_format($report_data['budget_balance_no_finance']['initial'], 2) }} ${{ number_format($report_data['budget_balance_no_finance']['accrued'], 2) }} ${{ number_format($report_data['budget_balance_no_finance']['result'], 2) }}
{{ $report_data['budget_balance_no_finance_no_remanent']['description'] }} ${{ number_format($report_data['budget_balance_no_finance_no_remanent']['initial'], 2) }} ${{ number_format($report_data['budget_balance_no_finance_no_remanent']['accrued'], 2) }} ${{ number_format($report_data['budget_balance_no_finance_no_remanent']['result'], 2) }}

@foreach ($report_data['interests']['accounts'] as $interests) @endforeach

Concepto

Aprobado

Devengado

Pagado

{{ $report_data['interests']['description'] }} ${{ number_format($report_data['interests']['initial'], 2) }} ${{ number_format($report_data['interests']['accrued'], 2) }} ${{ number_format($report_data['interests']['result'], 2) }}
{{ $interests['description'] }} ${{ number_format($interests['initial'], 2) }} ${{ number_format($interests['accrued'], 2) }} ${{ number_format($interests['result'], 2) }}
{{ $report_data['primary_balance']['description'] }} ${{ number_format($report_data['primary_balance']['initial'], 2) }} ${{ number_format($report_data['primary_balance']['accrued'], 2) }} ${{ number_format($report_data['primary_balance']['result'], 2) }}

@foreach ($report_data['finance']['accounts'] as $finance) @endforeach @foreach ($report_data['amortization']['accounts'] as $amortization) @endforeach

Concepto

Aprobado

Devengado

Pagado

{{ $report_data['finance']['description'] }} ${{ number_format($report_data['finance']['initial'], 2) }} ${{ number_format($report_data['finance']['accrued'], 2) }} ${{ number_format($report_data['finance']['result'], 2) }}
{{ $finance['description'] }} ${{ number_format($finance['initial'], 2) }} ${{ number_format($finance['accrued'], 2) }} ${{ number_format($finance['result'], 2) }}
{{ $report_data['amortization']['description'] }} ${{ number_format($report_data['amortization']['initial'], 2) }} ${{ number_format($report_data['amortization']['accrued'], 2) }} ${{ number_format($report_data['amortization']['result'], 2) }}
{{ $amortization['description'] }} ${{ number_format($amortization['initial'], 2) }} ${{ number_format($amortization['accrued'], 2) }} ${{ number_format($amortization['result'], 2) }}
{{ $report_data['net_finance']['description'] }} ${{ number_format($report_data['net_finance']['initial'], 2) }} ${{ number_format($report_data['net_finance']['accrued'], 2) }} ${{ number_format($report_data['net_finance']['result'], 2) }}

Concepto

Aprobado

Devengado

Pagado

{{ $report_data['total_incomes']['accounts']['free_incomes']['description'] }} ${{ number_format($report_data['total_incomes']['accounts']['free_incomes']['initial'], 2) }} ${{ number_format($report_data['total_incomes']['accounts']['free_incomes']['accrued'], 2) }} ${{ number_format($report_data['total_incomes']['accounts']['free_incomes']['result'], 2) }}
{{ $report_data['net_finance_free']['description'] }} ${{ number_format($report_data['net_finance_free']['initial'], 2) }} ${{ number_format($report_data['net_finance_free']['accrued'], 2) }} ${{ number_format($report_data['net_finance_free']['result'], 2) }}
{{ $report_data['finance']['accounts']['free_finance']['description'] }} ${{ number_format($report_data['finance']['accounts']['free_finance']['initial'], 2) }} ${{ number_format($report_data['finance']['accounts']['free_finance']['accrued'], 2) }} ${{ number_format($report_data['finance']['accounts']['free_finance']['result'], 2) }}
{{ $report_data['amortization']['accounts']['free_amortization']['description'] }} ${{ number_format($report_data['amortization']['accounts']['free_amortization']['initial'], 2) }} ${{ number_format($report_data['amortization']['accounts']['free_amortization']['accrued'], 2) }} ${{ number_format($report_data['amortization']['accounts']['free_amortization']['result'], 2) }}
{{ $report_data['budget_expense']['accounts']['free_expense']['description'] }} ${{ number_format($report_data['budget_expense']['accounts']['free_expense']['initial'], 2) }} ${{ number_format($report_data['budget_expense']['accounts']['free_expense']['accrued'], 2) }} ${{ number_format($report_data['budget_expense']['accounts']['free_expense']['result'], 2) }}
{{ $report_data['other_exercise_remanent']['accounts']['free_expense']['description'] }} ${{ number_format($report_data['other_exercise_remanent']['accounts']['free_expense']['initial'], 2) }} ${{ number_format($report_data['other_exercise_remanent']['accounts']['free_expense']['accrued'], 2) }} ${{ number_format($report_data['other_exercise_remanent']['accounts']['free_expense']['result'], 2) }}
{{ $report_data['balance_budget_available']['description'] }} ${{ number_format($report_data['balance_budget_available']['initial'], 2) }} ${{ number_format($report_data['balance_budget_available']['accrued'], 2) }} ${{ number_format($report_data['balance_budget_available']['result'], 2) }}
{{ $report_data['balance_budget_available_no_financing']['description'] }} ${{ number_format($report_data['balance_budget_available_no_financing']['initial'], 2) }} ${{ number_format($report_data['balance_budget_available_no_financing']['accrued'], 2) }} ${{ number_format($report_data['balance_budget_available_no_financing']['result'], 2) }}

Concepto

Aprobado

Devengado

Pagado

{{ $report_data['total_incomes']['accounts']['labeled_federal_transfers']['description'] }} ${{ number_format($report_data['total_incomes']['accounts']['labeled_federal_transfers']['initial'], 2) }} ${{ number_format($report_data['total_incomes']['accounts']['labeled_federal_transfers']['accrued'], 2) }} ${{ number_format($report_data['total_incomes']['accounts']['labeled_federal_transfers']['result'], 2) }}
{{ $report_data['net_finance_labeled']['description'] }} ${{ number_format($report_data['net_finance_labeled']['initial'], 2) }} ${{ number_format($report_data['net_finance_labeled']['accrued'], 2) }} ${{ number_format($report_data['net_finance_labeled']['result'], 2) }}
{{ $report_data['finance']['accounts']['labeled_finance']['description'] }} ${{ number_format($report_data['finance']['accounts']['labeled_finance']['initial'], 2) }} ${{ number_format($report_data['finance']['accounts']['labeled_finance']['accrued'], 2) }} ${{ number_format($report_data['finance']['accounts']['labeled_finance']['result'], 2) }}
{{ $report_data['amortization']['accounts']['labeled_amortization']['description'] }} ${{ number_format($report_data['amortization']['accounts']['labeled_amortization']['initial'], 2) }} ${{ number_format($report_data['amortization']['accounts']['labeled_amortization']['accrued'], 2) }} ${{ number_format($report_data['amortization']['accounts']['labeled_amortization']['result'], 2) }}
{{ $report_data['budget_expense']['accounts']['labeled_expense']['description'] }} ${{ number_format($report_data['budget_expense']['accounts']['labeled_expense']['initial'], 2) }} ${{ number_format($report_data['budget_expense']['accounts']['labeled_expense']['accrued'], 2) }} ${{ number_format($report_data['budget_expense']['accounts']['labeled_expense']['result'], 2) }}
{{ $report_data['other_exercise_remanent']['accounts']['labeled_expense']['description'] }} ${{ number_format($report_data['other_exercise_remanent']['accounts']['labeled_expense']['initial'], 2) }} ${{ number_format($report_data['other_exercise_remanent']['accounts']['labeled_expense']['accrued'], 2) }} ${{ number_format($report_data['other_exercise_remanent']['accounts']['labeled_expense']['result'], 2) }}
{{ $report_data['balance_budget_labeled']['description'] }} ${{ number_format($report_data['balance_budget_labeled']['initial'], 2) }} ${{ number_format($report_data['balance_budget_labeled']['accrued'], 2) }} ${{ number_format($report_data['balance_budget_labeled']['result'], 2) }}
{{ $report_data['balance_budget_labeled_no_financing']['description'] }} ${{ number_format($report_data['balance_budget_labeled_no_financing']['initial'], 2) }} ${{ number_format($report_data['balance_budget_labeled_no_financing']['accrued'], 2) }} ${{ number_format($report_data['balance_budget_labeled_no_financing']['result'], 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