Lista Ventas REDES SOCIALES

@if (session()->has('success'))
{{ session('success') }}
@endif @if (session()->has('error'))
{{ session('error') }}
@endif
Buscar ventas ingresadas REDES SOCIALES
Estado retiros a la fecha
@foreach ($ventasRRSS as $item) @endforeach
# 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
@push('scripts') @endpush