{!! BaseHelper::clean($title) !!}

@if ($description)

{!! BaseHelper::clean($description) !!}

@endif @if ($subtitle)

{!! BaseHelper::clean($subtitle) !!}

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