@php $productSidebar = dynamic_sidebar('product_sidebar'); @endphp
$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
@if($productSidebar)
@include(EcommerceHelper::viewPath('includes.quick-shop-modal')) @include(EcommerceHelper::viewPath('includes.quick-view-modal'))