@if (clean($title))

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

@if ($subtitle)

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

@endif
@endif
@if ($products->count() > 0)
@foreach($products as $product)
{!! Theme::partial('product-item', compact('product')) !!}
@endforeach
{!! $products->withQueryString()->links() !!}
@endif