@php $ventasProductoHabilitado = $ventasProductos->isEmpty() ? 'disabled' : ''; @endphp

Ventas del Producto

{{ csrf_field() }}
@if (isset($ventasProductos) && !empty($ventasProductos) && count($ventasProductos) > 0) @include('dashboard.productos.ventas.tr-ventas-productos')
Fecha Cliente Rut Cantidad Precio Normal Precio Oferta SubTotal Canal DTE
@else
No hay ventas registradas
@endif