@extends('layouts.front-end.app') @section('title', $web_config['company_name'].' '.translate('online_Shopping').' | '.$web_config['company_name'].' '.translate('ecommerce')) @push('css_or_js') @endpush @section('content')
@php($decimalPointSettings = !empty(getWebConfig(name: 'decimal_point_settings')) ? getWebConfig(name: 'decimal_point_settings') : 0) @include('web-views.partials._home-top-slider',['bannerTypeMainBanner'=>$bannerTypeMainBanner]) @if ($flashDeal['flashDeal'] && $flashDeal['flashDealProducts'] && count($flashDeal['flashDealProducts']) > 0) @include('web-views.partials._flash-deal', ['decimal_point_settings'=>$decimalPointSettings]) @endif @if ($featuredProductsList->count() > 0 )
{{ translate('featured_products') }}
@endif @include('web-views.partials._category-section-home') @if($web_config['featured_deals'] && (count($web_config['featured_deals'])>0)) @endif @if (isset($bannerTypeMainSectionBanner))
@endif @php($businessMode = getWebConfig(name: 'business_mode')) {{-- @if ($businessMode == 'multi' && count($topVendorsList) > 0)--}} {{-- @include('web-views.partials._top-sellers')--}} {{-- @endif--}} @include('web-views.partials._deal-of-the-day', ['decimal_point_settings'=>$decimalPointSettings])
@if ($newArrivalProducts->count() >0 )
{{ translate('new_arrivals')}}
@endif
@if ($bestSellProduct->count() >0) @include('web-views.partials._best-selling') @endif @if ($topRatedProducts->count() >0) @include('web-views.partials._top-rated') @endif
@if (count($bannerTypeFooterBanner) > 1)
@else
@foreach($bannerTypeFooterBanner as $banner) @endforeach
@endif @if($web_config['brand_setting'] && $brands->count() > 0)
{{translate('brands')}}
@endif @if ($homeCategories->count() > 0) @foreach($homeCategories as $category) @include('web-views.partials._category-wise-product', ['decimal_point_settings'=>$decimalPointSettings]) @endforeach @endif
{{ app()->getLocale() == 'ar' ? 'خدماتنا' : 'Our Services' }}
{{-- --}}

{{ app()->getLocale() == 'ar' ? 'لوريم ايبسوم لوريم' : 'Lorem Ipsum Lorem' }}

{{ app()->getLocale() == 'ar' ? 'لوريم ايبسوم لوريم' : 'Lorem Ipsum Lorem' }}

{{ app()->getLocale() == 'ar' ? 'لوريم ايبسوم لوريم' : 'Lorem Ipsum Lorem' }}

{{ app()->getLocale() == 'ar' ? 'لوريم ايبسوم لوريم' : 'Lorem Ipsum Lorem' }}

{{ app()->getLocale() == 'ar' ? 'لوريم ايبسوم لوريم' : 'Lorem Ipsum Lorem' }}

{{ app()->getLocale() == 'ar' ? 'لوريم ايبسوم لوريم' : 'Lorem Ipsum Lorem' }}

@php($companyReliability = getWebConfig(name: 'company_reliability')) @if($companyReliability != null) @include('web-views.partials._company-reliability') @endif
@endsection @push('script') @endpush