@extends('layouts.front-end.app') @section('title', translate('flash_Deal_Products')) @push('css_or_js') @endpush @section('content') @php($deal_banner = getStorageImages(path: $deal['banner_full_url'], type: 'banner' , source: theme_asset(path: 'public/assets/front-end/img/flash-deals.png')))
@include('web-views.products.partials._flash-deal-countdown', ['products' => $products])
@csrf @include('web-views.products.partials._product-list-header', [ 'pageTitleContent' => $pageTitleContent, 'pageProductsCount' => $products->total(), 'searchBarSection' => true, 'sortBySection' => true, 'showProductsFilter' => true, ])
@include('web-views.products._ajax-products', ['products' => $products])
@endsection @push('script') @endpush