@foreach($ordenes as $orden) @endforeach
CARGADO COMPRADOR CONFIRMAR IMAGEN CÓD. PROVEEDOR QQ NUMBER BOOT_NUMBER REFERENCIA NOMBRE TARJ. PRV PRECIO ¥ x Und CTD x CARTON ¥ x CARTON CBM x CARTON PESO x CARTON(Kg) %
{{ date('Y-m-d', strtotime($orden->creado))}} {{$orden->chip_marc}} @if($orden->confirmado == 0) @else @endif {{$orden->proveedor_codigo}} {{$orden->qq_number}} {{$orden->boot_number}} {{$orden->referencia}} {{$orden->nombre}} {{ $orden->tarjeta_prv }} ¥{{number_format($orden->formula_precioxunidad,3)}} {{number_format($orden->formula_cantidadxcarton,0)}} {{number_format($orden->formula_precioxunidad*$orden->formula_cantidadxcarton,3)}} {{number_format($orden->formula_cubicajecarton,2)}} {{number_format($orden->peso_blt,2)}}