Product List You can view the selling products add into the cart.

All Products

@foreach ($productsByCategory->flatten() as $i => $product) @if($product->product_quantity >= 1) @endif @endforeach
@foreach ($productsByCategory as $category => $products) @endforeach