@if($acc == "list" ) @include('layouts.breadcumb') @section('header') @parent @stop
| ITEM NUMBER | PHOTO | SHIPPING | DESCRIPTION | SUPPLIER CARD NAME | BUYER CURRENCY | ¥ x Und | QTY x CARTON | ¥ x CARTON | CBM x CARTON | Kg x CARTON | CARTONS | TOTAL ¥ | TOTAL CBM | TOTAL Kg | CREATED | Edit | Delete |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| TOTALES: | ${{number_format( $total->formula_costocif)}} | ${{number_format( $total->formula_precioxunidad)}} | {{number_format( $total->formula_cantidadxcarton)}} | ${{number_format( $total->rmbxcarton)}} | {{number_format( $total->formula_cubicajecarton)}} | {{number_format($total->peso_blt)}} | {{number_format($total->cantidadcartones)}} | ${{number_format( $total->totalcompra)}} | {{number_format($total->totalcbm)}} | {{number_format($total->pesototal)}} | @endforeach |