@if ($products->isNotEmpty())
@if ($shortcode->title)

{!! BaseHelper::clean($shortcode->title) !!}

@endif
@foreach ($products as $product)
{!! Theme::partial('ecommerce.product-item', ['product' => $product]) !!}
@endforeach
@endif