Ventas diarias web
@foreach ($ventas as $sale) @endforeach
# Fecha Rut Cliente Total Acción
{{$sale->order_id}} {{$sale->paid_date}} {{$sale->rut}} {{$sale->nombre . ' '. $sale->ap_pat . ' ' . $sale->ap_mat}} {{ Currency::currency("CLP")->format(round($sale->order_total))}}
Tota ventas
{{--
EFECTIVO {{Currency::currency("CLP")->format($efectivo)}}
DÉBITO {{Currency::currency("CLP")->format($debito)}}
CRÉDITO {{Currency::currency("CLP")->format($credito)}}
TRANSFERENCIA {{Currency::currency("CLP")->format($cheque)}}
DESCUENTOS {{Currency::currency("CLP")->format($descuento)}}
TOTAL {{Currency::currency("CLP")->format($total - $descuento)}}
TOTAL PRODUCTOS {{$cantidad}}
--}}
WEBPAY {{Currency::currency("CLP")->format($webpay)}}
@push('scripts') @endpush