@extends('theme-views.layouts.app')
@section('title', $web_config['company_name'].' '.translate('Online_Shopping').' | '.$web_config['company_name'].' '.translate('ecommerce'))
@push('css_or_js')
@endpush
@section('content')
@include('theme-views.partials._main-banner')
@if ($flashDeal['flashDeal'] && $flashDeal['flashDealProducts'] && count($flashDeal['flashDealProducts']) > 0)
@include('theme-views.partials._flash-deals')
@endif
@include('theme-views.partials._find-what-you-need')
@include('theme-views.partials._clearance-sale', ['clearanceSaleProducts' => $clearanceSaleProducts])
@if ($web_config['business_mode'] == 'multi' && count($topVendorsList) > 0 && $topVendorsListSectionShowingStatus)
@include('theme-views.partials._top-stores')
@endif
@if ($web_config['featured_deals']->count() > 0)
@include('theme-views.partials._featured-deals')
@endif
@include('theme-views.partials._recommended-product')
@if($web_config['business_mode'] == 'multi')
@include('theme-views.partials._more-stores')
@endif
@include('theme-views.partials._top-rated-products')
@include('theme-views.partials._best-deal-just-for-you')
@include('theme-views.partials._home-categories')
@if (!empty($bannerTypeMainSectionBanner))
{{ translate('do_not_miss_today`s_deal') }}!
{{ translate('let_us_shopping_today') }}
@endif
@endsection