@csrf

{{ translate('hurry_up').'!' }}

{{ translate('offer_ends_in').':' }}
@include('theme-views.product.partials._filter-product-filter') @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' => $productCategories, '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._ajax-products', ['products' => $products])