$productSidebar, 'col-lg-12' => ! $productSidebar])>
! $productSidebar])>
@foreach($products as $product)
@include(EcommerceHelper::viewPath('includes.product-item'))
@endforeach
@if ($products instanceof \Illuminate\Contracts\Pagination\LengthAwarePaginator && $products->total() > 0)
{{ $products->withQueryString()->links(Theme::getThemeNamespace('partials.pagination')) }}
@endif