@if ($upSellProducts->isNotEmpty())
{{ trans('storefront::product.you_might_also_like') }}
@foreach ($upSellProducts->chunk(5) as $upSellProductChunks)
@foreach ($upSellProductChunks as $upSellProduct)
@include('storefront::public.partials.product_rating')
@endforeach
@endforeach
@endif @if ($banner->image->exists) Banner @endif