@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') }}
@foreach($featuredProductsList as $product)
@include('web-views.partials._feature-product',['product'=>$product, 'decimal_point_settings'=>$decimalPointSettings])
@endforeach
@endif
@include('web-views.partials._category-section-home')
@if($web_config['featured_deals'] && (count($web_config['featured_deals'])>0))
{{ translate('featured_deal')}}
{{ translate('see_the_latest_deals_and_exciting_new_offers')}}!
@foreach($web_config['featured_deals'] as $key=>$product)
@include('web-views.partials._product-card-1',['product'=>$product, 'decimal_point_settings'=>$decimalPointSettings])
@endforeach
@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 )
@foreach($newArrivalProducts as $key=> $product)
@include('web-views.partials._product-card-2',['product'=>$product,'decimal_point_settings'=>$decimalPointSettings])
@endforeach
@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)
@php($brandCount=0)
@foreach($brands as $brand)
@if($brandCount < 15)
@endif
@php($brandCount++)
@endforeach
@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