@include('templates.shop.parts.sidebar')
    @foreach($products as $product) @if($product)
  • @include('templates.shop.parts.prod-item')
  • @endif @endforeach
@if(!empty($onlyIds))
{{$products->links()}}
@endif