@extends('theme-views.layouts.app')
@section('title', $web_config['name']->value.' '.translate('Online Shopping').' | '.$web_config['name']->value.' '.translate(' Ecommerce'))
@push('css_or_js')
@endpush
@section('content')
@include('theme-views.partials._main-banner')
@if ($web_config['flash_deals'])
@include('theme-views.partials._flash-deals')
@endif
@include('theme-views.partials._find-what-you-need')
@if ($web_config['business_mode'] == 'multi' && count($top_sellers) > 0)
@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 (isset($main_section_banner))
{{ translate('Don’t_Miss_Todays_Deal') }}!
{{ translate('Let’s_Shopping_Today') }}
@endif
@endsection