@foreach($special_selected as $special_item)
@include('particles.product-item', array('item'=> $special_item))
@endforeach
@foreach($category as $category_item)
@endforeach
@foreach($special as $special_item)
@include('particles.product-item', array('item'=> $special_item))
@endforeach
@can('user-group-shopping')
@foreach($groupshopping as $groupshopping_item)
@include('particles.product-item', array('item'=> $groupshopping_item, 'indirect' => true))
@endforeach
@endcan