@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 @include(EcommerceHelper::viewPath('includes.quick-shop-modal')) @include(EcommerceHelper::viewPath('includes.quick-view-modal'))