{{ $title_modal }}

@foreach( $cuentas as $cuenta ) @endforeach
Detalle Año {{ $yearAnt }} % Participación Año {{ $year }} % Participación Variación
{{ $year }} vs {{ $yearAnt }}
TOTAL ${{ number_format( $total['saldo_ant'], 0 ) }} {{ number_format( @($total['saldo_ant'] / $total_41['saldo_ant']) * 100, 2 ) }}% ${{ number_format( $total['saldo'], 0 ) }} {{ number_format( @($total['saldo'] / $total_41['saldo']) * 100, 2 ) }}% {{ \FncCuentaValor::variacion( $total['saldo'], $total['saldo_ant'] ) }}%
@if( strlen( $cuenta['cuenta_id'] ) > 5 ) {{ $cuenta['descripcion'] }} @else {{ $cuenta['descripcion'] }} @endif ${{ number_format( $cuenta['saldo_ant'] * $positive, 0 ) }} {{ number_format( @($cuenta['saldo_ant'] / $total_41['saldo_ant']) * 100, 2 ) }}% ${{ number_format( $cuenta['saldo'] * $positive, 0 ) }} {{ number_format( @($cuenta['saldo'] / $total_41['saldo']) * 100, 2 ) }}% {{ \FncCuentaValor::variacion( $cuenta['saldo'], $cuenta['saldo_ant'] ) }}%