@extends('theme-views.layouts.app') @section('title', translate('flash_Deal_Products').' | '.$web_config['company_name'].' '.translate('ecommerce')) @section('content') @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 ]) {{translate('grid_view')}} {{translate('list_view')}} @include('theme-views.product._ajax-products', ['products' => $products]) @endsection @push('script') @endpush