|
{{ $gender['description'] }}
|
|
|
@foreach ($gender['accounts'] as $keyp=>$account)
|
{{ $account['description'] }}
|
|
|
@foreach ($account['accounts'] as $subaccount)
|
{{ $alphabet[$j] }}. {{ $subaccount['description'] }}
|
{{ "$" . number_format($subaccount['actual_total'], 2) }} |
{{ "$" . number_format($subaccount['last_total'], 2) }} |
@endforeach
|
|
|
|
|
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) }})
|
|
|
|
|
|
|
|
|
@endforeach
|
II. TOTAL {{ $gender['description'] }}
|
{{ "$" . number_format($gender['actual_total'], 2) }}
(II = IIA + IIB)
|
{{ "$" . number_format($gender['last_total'], 2) }}
(II = IIA + IIB)
|
|
|
|
|
|
{{ $gender['description'] }}
|
|
|
|
|
|
|
@foreach ($gender['accounts'] as $keyp=>$account)
|
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] }})
|
@foreach ($account['accounts'] as $subaccount)
|
{{ $alphabet[$j++] }}. {{ $subaccount['description'] }}
|
{{ "$" . number_format($subaccount['actual_total'], 2) }} |
{{ "$" . number_format($subaccount['last_total'], 2) }} |
@endforeach
|
|
|
|
@endforeach
|
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)
|
|
|
|
|
|
|
|
|