@section('content_header')

Historial de Ventas

@stop @include('livewire.venta.catalogo-ventas.mdl-detalle')
Ventas Realizadas: {{ $this->conteo_venta }}
Total de Ventas: @money($this->suma_venta )
@foreach($ventas as $item) @endforeach
Fecha Folio Vendedor Cliente Vehículo Forma de Pago Monto Requiere Factura
{{ $item->fecha_creacion }} {{ $item->id_paddy }} {{ $item->user->name }} {{ $item->cliente_nombre }} {{ $item->vehiculo }} {{ $item->forma_pago }} @money($item->total) {!! $item->requiere_factura ? '' : '' !!}
{{ $ventas->links() }}