@extends('layout3') @section('title') {{ $seo_setting->seo_title }} @endsection @section('frontend-content') @if ($intro_visibility)

{{ $intro_section->content->sliderlangfrontend->home3_title }}

{{ $intro_section->content->sliderlangfrontend->home3_description }}

  • {{ $intro_section->content->total_product }} {{__('user.k')}}+ {{__('user.Prodcuts')}}
  • {{ $intro_section->content->total_user }} {{__('user.k')}}+ {{__('user.Users')}}
  • {{ $intro_section->content->total_sold }} + {{__('user.Million Sells')}}
banner
@if ($category_visibility)
@foreach ($category_section->categories as $key=>$category)
category

{{ $category->catlangfrontend->name }}

@php $product = App\Models\Product::where('category_id', $category->id)->get(); @endphp

{{ $product->count() }} {{__('user.Items')}}

@endforeach
@endif
@endif
@if ($new_product_section->visibility)
{{ $new_product_section->title }}

{{ $new_product_section->description }}

@foreach ($new_product_section->new_products as $product)
product
{{ $product->productlangfrontend->name }}

@if (session()->get('currency_position') == 'right') {{ $product->regular_price * session()->get('currency_rate') }}{{ session()->get('currency_icon') }} @else {{ session()->get('currency_icon') }}{{ $product->regular_price * session()->get('currency_rate') }} @endif

@endforeach
{{__('user.View All')}}
@endif @if ($why_choose_us->visibility)
{{ $why_choose_us->title1 }}

{{ $why_choose_us->title2 }}

why choose

{{ $why_choose_us->home3_title1 }}

{{ $why_choose_us->home3_description1 }}

why choose

{{ $why_choose_us->home3_title2 }}

{{ $why_choose_us->home3_description2 }}

why choose

{{ $why_choose_us->home3_title3 }}

{{ $why_choose_us->home3_description3 }}

@endif
@if ($product_section->visibility)
{{ $product_section->title }}

{{ $product_section->description }}

@foreach ($product_section->products as $product)
@endforeach
@endif @if ($special_offer->visibility)

{!! strip_tags(clean($partner_section->offer_title1),'') !!}

{{__('user.Go to Offer page')}}

{{ $special_offer->home3_item1_title }}

{{ $special_offer->home3_item1_description }}

{{__('user.Buy Goods')}}
mega pack

{{ $special_offer->home3_item2_title }}

{{ $special_offer->home3_item2_description }}

{{__('user.Buy Goods')}}
mega pack
@endif @if ($featured_section->visibility)
{{ $featured_section->title }}

{{ $featured_section->description }}

@foreach ($featured_section->products as $product)
@endforeach
{{__('user.View All')}}
@endif @if ($mobile_app->visibility)

{{ $mobile_app->home3_title }}

{{ $mobile_app->home3_description }}

download
@endif @if ($testimonial_section->visibility)
{{ $testimonial_section->title }}

{{ $testimonial_section->description }}

@foreach ($testimonial_section->testimonials as $testimonial)

@for ($i = 1; $i <= 5; $i++) @if ($i <= $testimonial->rating) @else @endif @endfor

{{ $testimonial->testimoniallangfrontend->comment }}

@endforeach
@endif @if ($home3_blog_section->visibility)
{{ $home3_blog_section->title }}

{{ $home3_blog_section->description }}

@foreach ($home3_blog_section->blogs as $blog)
blog
{{ \Carbon\Carbon::parse($blog->created_at)->format('d M') }} {{ $blog->bloglanguagefrontend->title }}

{{ $blog->bloglanguagefrontend->short_description }}

@endforeach
@endif @endsection