@if($products->isNotEmpty())

{{ $shortcode->title }}

@foreach ($products as $product)
@include($productItemView, compact('product'))
@endforeach
@endif