| # Orden | Fecha Compra | RUT | Nombre Completo | Total | Acciones |
|---|---|---|---|---|---|
| {{$item->venta_id}} | {{$item->created_at}} | {{$item->cliente->cliente_rut}} | {{$item->cliente->cliente_nombre}} | {{Currency::currency('CLP')->format($item->venta_total ?? 0.00);}} | @if($item->status !== 'ANULADO') @endif @if($item->status !== 'ANULADO') Realizar Cambio @endif |