@if (session()->has('success'))
{{ session('success') }}
@endif
Buscar ventas ingresadas Mercado Libre
Ventas realizadas a la fecha
@if ($ventasml->count()) @foreach ($ventasml as $ventas) @if ($ventas->fecha_notificacion != "") @else @endif @endforeach
# Registro # Orden ML Documento Folio Fecha Compra Usuario Compra Fecha Ingreso Tipo de Entrega Fecha Notificacion Acciones
{{$ventas->id_ml}} {{$ventas->nro_venta}} {{$ventas->documento}} {{$ventas->folio_ml}} {{$ventas->fecha_venta}} {{$ventas->usuario}} {{$ventas->fecha_ingreso}} {{$ventas->tipo_envio}}{{$ventas->fecha_notificacion}} Sin Notificaciones {{--En este boton se debe pegar mensaje para confirmar stock disponible a cliente--}} @if($ventas->fecha_notificacion) @else @if($ventas->tipo_envio == "Envío Mercado libre") @endif @if (empty($ventas->ingreso_fecha) && $ventas->tipo_envio == "Envío Interno") Envio Interno @endif @endif @if($ventas->ingreso_fecha) {{-- Ticket --}} id_ml])}}"> PDF @endif
@else @endif
{{$ventasml->links()}}
@push('scripts') @endpush