Ventas diarias tienda
@foreach ($ventas as $sale) @endforeach
# Fecha Rut Cliente Total Acción
{{$sale->venta}} {{$sale->fecha}} {{$sale->rut}} {{$sale->cliente}} {{ Currency::currency("CLP")->format($sale->total)}}
Totales por forma de pago
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)}}
TOTAL PRODUCTOS {{$cantidad}}
@push('scripts') @endpush