{{number_format($item->cantidadxcaja)}}
{{number_format($item->cantidadcajas)}}
{{number_format($item->cubicajecarton,3)}}
{{number_format($item->pesoporunidad,2)}}
{{($orden->procesada == 2) ? number_format($orden->ctd_x_caja) : number_format($orden->cantidadxcaja)}}
{{($orden->procesada == 2) ? number_format($orden->ctd_cajas) : number_format($orden->cantidad_caja)}}
{{($orden->procesada == 2) ? number_format($orden->cbm_caja,3) : number_format($orden->cubicaje_caja,3)}}
{{($orden->procesada == 2) ? number_format((($orden->wght_caja * 1000) - 300 ) / $orden->ctd_x_caja,2) : number_format((($orden->peso_caja * 1000) - 300 ) / $orden->cantidadxcaja,2)}}
@if($orden->procesada == 2)
{{number_format($orden->cantidadxcaja)}}
{{number_format($orden->cantidad_caja)}}
{{number_format($orden->cubicaje_caja,3)}}
{{number_format((($orden->peso_caja * 1000) - 300 ) / $orden->cantidadxcaja,2)}}
{{number_format(0)}}
{{number_format(0)}}
{{number_format(0)}}
{{number_format(0)}}
@endif
{{strtoupper(trim($item->informacion))}}
{{strtoupper(trim($orden->informacion))}}