@include('junta::sidebar.dyna')
| Detalle | Año {{ $yearAnt }} | % Participación | Año {{ $year }} | % Participación | Variación {{ $year }} vs {{ $yearAnt }} |
|---|---|---|---|---|---|
| TOTAL | ${{ number_format( $total_52['saldo_ant'], 0 ) }} | {{ number_format( @($total_52['saldo_ant'] / $total_41['saldo_ant']) * 100, 2 ) }}% | ${{ number_format( $total_52['saldo'], 0 ) }} | {{ number_format( @($total_52['saldo'] / $total_41['saldo']) * 100, 2 ) }}% | {{ \FncCuentaValor::variacion( $total_52['saldo'], $total_52['saldo_ant'] ) }}% |
| {{ $c52['descripcion'] }} | ${{ number_format( $c52['saldo_ant'], 0 ) }} | {{ number_format( @(($c52['saldo_ant']) / $total_41['saldo_ant']) * 100, 2 ) }}% | ${{ number_format( $c52['saldo'], 0 ) }} | {{ number_format( @(($c52['saldo']) / $total_41['saldo']) * 100, 2 ) }}% | {{ \FncCuentaValor::variacion( $c52['saldo'], $c52['saldo_ant'] ) }}% |