{{ $help->empresa }} BALANCE GENERAL {{ $fechaReporte }} (EXPRESADO EN DÓLARES DE LOS ESTADOS UNIDOS DE AMÉRICA) |
---|
ACTIVOS | PASIVO Y PATRIMONIO | |||||||||||||||||
{{ $activos[$i]->cuenta }} | {{ number_format($activos[$i]->saldo, 2) }} | {{ number_format($activos[$i]->saldo, 2) }} | {{ $pasivosCorriente[$i]->cuenta }} | {{ number_format($pasivosCorriente[$i]->saldo, 2) }} | {{ number_format($pasivosCorriente[$i]->saldo, 2) }} | |||||||||||||
{{ $activoNoCorriente[$i]->cuenta }} | {{ number_format($activoNoCorriente[$i]->saldo, 2) }} | {{ number_format($activoNoCorriente[$i]->saldo, 2) }} | {{ $pasivoNoCorriente[$i]->cuenta }} | {{ number_format($pasivoNoCorriente[$i]->saldo, 2) }} | {{ number_format($pasivoNoCorriente[$i]->saldo, 2) }} | |||||||||||||
TOTAL PASIVO | {{ $totalPasivo }} | |||||||||||||||||
{{ $patrimonio[$i]->cuenta }} | {{ number_format($patrimonio[$i]->saldo, 2) }} | {{ number_format($patrimonio[$i]->saldo, 2) }} | ||||||||||||||||
{{ $efectivoAdopcion[$i]->cuenta }} | {{ number_format($efectivoAdopcion[$i]->saldo, 2) }} | {{ number_format($efectivoAdopcion[$i]->saldo, 2) }} | ||||||||||||||||
TOTAL ACTIVO | {{ $activos[0]->saldo }} | TOTAL PASIVO Y PATRIMONIO | {{ $totalPasivo + $patrimonio[0]->saldo +$efectivoAdopcion[0]->saldo}} |