@foreach ($tallas as $talla) @endforeach
PRODUCTOid}}>{{$talla->descripcion}}PRECIO VENTA SUBTOTAL DESCUENTO %
SUBTOTAL: S/. {{ number_format($cotizacion->sub_total, 2, '.', ',') }}
EMBALAJE:
ENVÍO:
DESCUENTO: S/. {{ number_format($cotizacion->monto_descuento, 2, '.', ',') }}
MONTO TOTAL: S/. {{ number_format($cotizacion->total, 2, '.', ',') }}
IGV: S/. {{ number_format($cotizacion->total_igv, 2, '.', ',') }}
MONTO TOTAL A PAGAR: S/. {{ number_format($cotizacion->total_pagar, 2, '.', ',') }}