Lista Reembolsos

@if (session()->has('success'))
{{ session('success') }}
@endif @if (session()->has('error'))
{{ session('error') }}
@endif
Buscar por ventas
Estado reembolsos
@foreach ($cambios as $item) @endforeach
# Orden Tienda Fecha Ingreso RUT Nombre Completo Correo Estado Acciones
{{$item['venta_id']}} {{$item['store']}} {{$item['fecha']}} {{ $item['rut'] ?? '—' }} {{ $item['nombre'] ?? '—' }} {{ $item['correo'] ?? '—' }} {{ $item['estado'] ?? '—' }} @if ($item['estado'] != "COMPLETADO") @else @endif
@push('scripts') @endpush