@forelse($consumptions as $orderIndex => $order) @foreach($order->products as $productIndex => $orderProduct) @endforeach @empty @endforelse
# Acciones Cliente Producto Cantidad
{{ $orderIndex + 1 }} {{ $order->customer->name }} {{ $orderProduct->product->name }} {{ $orderProduct->amount}}
No hay datos para mostrar