@csrf @include('theme-views.product.partials._product-list-header', [ 'pageTitleContent' => $pageTitleContent, 'pageProductsCount' => $products->total(), 'searchBarSection' => true, 'sortBySection' => true, 'showProductsFilter' => true, ])
@include('theme-views.product.partials._filter-product-type') @include('theme-views.product.partials._filter-product-price') @include('theme-views.product.partials._filter-product-categories', [ 'productCategories' => $categories, 'dataFrom' => 'flash-deals', ]) @include('theme-views.product.partials._filter-product-brands', [ 'productBrands' => $activeBrands, 'dataFrom' => 'flash-deals', ]) @include('theme-views.product.partials._filter-publishing-houses', [ 'productPublishingHouses' => $web_config['publishing_houses'], 'dataFrom' => 'flash-deals', ]) @include('theme-views.product.partials._filter-product-authors', [ 'productAuthors' => $web_config['digital_product_authors'], 'dataFrom' => 'flash-deals', ]) @include('theme-views.product.partials._filter-product-reviews', [ 'productRatings' => $ratings, 'selectedRatings' => $selectedRatings ])
@include("theme-views.product._selected_filter_tags")
@php($decimal_point_settings = getWebConfig(name: 'decimal_point_settings'))
@include('theme-views.product._ajax-products',['products'=>$products,'decimal_point_settings'=>$decimal_point_settings])