| BALANCE DE COMPROBACIÓN | |||||
| RED NACIONAL DE HOSPITALES | |||||
| BALANCE FIANL DE COMPROBACIÓN | |||||
| Periodo: {{ $periodo->nombre_periodo }} | |||||
| Código | Nombre de Cuenta | Saldo Ant. | No. Partida | Debe | Haber |
| SUBTOTAL {{ $cuenta['nombre_cuenta'] ?? ($cuenta['nombre'] ?? ($cuenta['nombreCuenta'] ?? '')) }}: | {{ number_format($cuenta['saldo_anterior'], 2) }} | {{ number_format($cuenta['debe'], 2) }} | {{ number_format($cuenta['haber'], 2) }} | {{ number_format($cuenta['saldo'], 2) }} | |
| TOTAL GENERAL: | {{ number_format($totalSaldoAnterior, 2) }} | {{ number_format($totalDebe, 2) }} | {{ number_format($totalHaber, 2) }} | {{ number_format($totalSaldo, 2) }} | |