{{-- --}}
@foreach ($gender['accounts'] as $keyp=>$account) @foreach ($account['accounts'] as $subaccount) @endforeach @endforeach

Concepto

{{ $excercise }}

{{ $excercise - 1 }}

{{ $gender['description'] }}
{{ $account['description'] }}
{{$alphabet[$i++]}}. {{ $subaccount['description'] }}
{{ "$" . number_format($subaccount['actual_total'], 2) }} {{ "$" . number_format($subaccount['last_total'], 2) }}
     
I{{$alphabet[$keyp]}}. TOTAL {{ $account['description'] }}
{{ "$" . number_format($account['actual_total'], 2) }}

({{ $eqTitles[$keyp] }} = {{ $equations[$keyp] }})

{{ "$" . number_format($account['last_total'], 2) }}

({{ $eqTitles[$keyp] }} = {{ $equations[$keyp] }})

     
     
I. TOTAL {{ $gender['description'] }}
{{ "$" . number_format($gender['actual_total'], 2) }}

(I = IA + IB)

{{ "$" . number_format($gender['last_total'], 2) }}

(I = IA + IB)

     
     
@foreach ($gender['accounts'] as $keyp=>$account) @foreach ($account['accounts'] as $subaccount) @endforeach @endforeach @foreach ($gender['accounts'] as $keyp=>$account) @foreach ($account['accounts'] as $subaccount) @endforeach @endforeach

Concepto

{{ $excercise }}

{{ $excercise - 1 }}

{{ $gender['description'] }}
{{ $account['description'] }}
{{ $alphabet[$j] }}. {{ $subaccount['description'] }}
{{ "$" . number_format($subaccount['actual_total'], 2) }} {{ "$" . number_format($subaccount['last_total'], 2) }}
     
II{{$alphabet[$keyp]}}. TOTAL {{ $account['description'] }}
{{ "$" . number_format($account['actual_total'], 2) }}

(II{{$alphabet[$keyp]}} = {{ implode(' + ', $equationsArray) }})

{{ "$" . number_format($account['last_total'], 2) }}

(II{{$alphabet[$keyp]}} = {{ implode(' + ',$equationsArray) }})

     
     
II. TOTAL {{ $gender['description'] }}
{{ "$" . number_format($gender['actual_total'], 2) }}

(II = IIA + IIB)

{{ "$" . number_format($gender['last_total'], 2) }}

(II = IIA + IIB)

     
{{ $gender['description'] }}
     
III{{$alphabet[$keyp]}}.{{ $account['description'] }}
{{ "$" . number_format($account['actual_total'], 2) }}

(III{{$alphabet[$keyp]}} = {{ $fiscEquations[$keyp] }})

{{ "$" . number_format($account['last_total'], 2) }}

(III{{$alphabet[$keyp]}} = {{ $fiscEquations[$keyp] }})

{{ $alphabet[$j++] }}. {{ $subaccount['description'] }}
{{ "$" . number_format($subaccount['actual_total'], 2) }} {{ "$" . number_format($subaccount['last_total'], 2) }}
     
III. TOTAL {{ $gender['description'] }}
{{ "$" . number_format($gender['actual_total'], 2) }}

(III = IIIA + IIIB + IIIC)

{{ "$" . number_format($gender['last_total'], 2) }}

(III = IIIA + IIIB + IIIC)

     
IV. Total del Pasivo y Hacienda Pública/Patrimonio
{{ "$" . number_format($result[1]['actual_total']+$result[2]['actual_total'], 2) }}

(IV = II + III)

{{ "$" . number_format($result[1]['last_total']+$result[2]['last_total'], 2) }}

(IV = II + III)

     
     



"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