@if ($upSellProductsCount = $upSellProducts->count())
@foreach ($upSellProducts as $index => $upSellProduct)
@include ('shop::products.list.card', [
'product' => $upSellProduct,
'addToCartBtnClass' => 'small-padding',
])
@endforeach
@foreach ($upSellProducts as $index => $upSellProduct)
@include ('shop::products.list.card', [
'product' => $upSellProduct,
'addToCartBtnClass' => 'small-padding',
])
@endforeach
@endif