{{ $title_modal }}

@for ($i = 1; $i <= 12; $i++) @endfor @for ($i = 1; $i <= 12; $i++) @endfor @foreach( $cuentas as $cuenta ) @for ($i = 1; $i <= 12; $i++) @endfor @endforeach
Detalle{{ \Utils::getNombreMes( $i ) }} P%
TOTAL${{ number_format( $total['final_'.$i], 0 ) }} {{ number_format( @($total['final_'.$i] / $datos[1]['final_'.$i]) * 100, 2 ) }}%
@if( strlen( $cuenta['cuenta_id'] ) > 5 ) {{ $cuenta['descripcion'] }} @else {{ $cuenta['descripcion'] }} @endif ${{ number_format( $cuenta['final_'.$i] * $positive, 0 ) }} {{ number_format( @( ($cuenta['final_'.$i] * $positive) / $datos[1]['final_'.$i]) * 100, 2 ) }}%