@if($acc == "list" ) @include('layouts.breadcumb') @section('header') @stop
| FECHA | NÚMERO | SHIPPING | TOTAL ORDEN ¥ | TOTAL CBM | TOTAL PESO | ENVIAR | DETALLE | @if( \Auth::user()->role_id == 3 || \Auth::user()->role_id == 1 )CANCELAR | @endif|||
|---|---|---|---|---|---|---|---|---|---|---|---|
| @if( \Auth::user()->role_id == 3 || \Auth::user()->role_id == 1 ) | @endif | ||||||||||
| {{ $countTable }} | {{ date('d-m-Y', strtotime($comprador->fecha)) }} | {{ strtoupper($comprador->chip_marc).$comprador->numero }} | {{ strtoupper($comprador->chip_marc) }} | {{ number_format($comprador->precio_total,2) }} | {{ number_format($comprador->cubicaje_total,2) }} | {{ number_format($comprador->peso_total,2) }} | @if( \Auth::user()->role_id == 3 || \Auth::user()->role_id == 1 ) | @endif | 0A^ | ||
| $ |