{{number_format($item->cantidadxcaja)}}
{{number_format($item->cantidadcajas)}}
{{number_format($item->cubicajecarton,3)}}
{{number_format($item->pesoporunidad,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)}}
{{strtoupper(trim($item->informacion))}}
{{strtoupper(trim($orden->informacion))}}