{{ $shortcode->title }}

@foreach ($products as $product)
{!! Theme::partial('ecommerce.product-item', compact('product', 'wishlistIds')) !!}
@endforeach