| # Orden | Fecha Compra | RUT | Nombre Completo | Total | Fecha Pago | Acciones |
|---|---|---|---|---|---|---|
| {{$item->orden}} | {{$item->fecha}} | {{$item->rut}} | {{$item->nombre .' '. $item->ap_pat .' '. $item->ap_mat}} | {{$item->orden_total = Currency::currency('CLP')->format($item->orden_total ?? 0.00);}} | {{$item->pago_fecha}} | @if ($item->sale_status == "wc-completed") @endif @if ($item->sale_status == "wc-completed") Realizar Cambio @endif @if(in_array($item->orden, $ventasConCambios)) @endif @if(in_array($item->orden, $ventasConCambios)) PDF @endif |