@include('../header')
Informe Pública SNIES - Plan Único de Cuentas
Fecha de generación: {{ \Carbon\Carbon::now()->format('d/m/Y H:i') }}
@if(collect($datos)->isEmpty()) @else @foreach($datos as $fila) @if ($incluirNombreCuenta) @else @endif @if ($incluirMiles) @else @endif @endforeach @endif
AÑO TRIMESTRE ID PUC VALOR TOTAL SALDO CORRIENTE SALDO NO CORRIENTE
Ningún resultado
{{ $vigencia }} {{ $trimestres }}{{ $fila->codigo . ' - ' . $fila->cuenta }}{{ $fila->codigo }}{{ number_format($fila->saldo_final, 2) }} {{ number_format($fila->corriente_movimiento, 2) }} {{ number_format($fila->no_corriente_movimiento, 2) }}{{ round($fila->saldo_final, 0) }} {{ round($fila->corriente_movimiento, 0) }} {{ round($fila->no_corriente_movimiento, 0) }}
@include('../footer')