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

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

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

  • {{ $intro_section->content->total_user }} {{__('user.k')}}+ {{__('user.Users')}}
  • {{ $intro_section->content->total_sold }} + {{__('user.Million Sells')}}
banner

{{ $intro_section->content->total_product }}{{__('user.k')}}+ {{__('user.Prodcuts')}}

@endif @if ($category_visibility)
@foreach ($category_section->categories as $key=>$category)
category

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

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

{{ $product_section->description }}

@foreach ($product_section->products as $product)
@endforeach
@endif @if ($counter_section->visibitliy)
counter

{{ $counter_section->counter1_value }}

{{ $counter_section->counter1_title }}

counter

{{ $counter_section->counter2_value }}

{{ $counter_section->counter2_title }}

counter

{{ $counter_section->counter3_value }}

{{ $counter_section->counter3_title }}

counter

{{ $counter_section->counter4_value }}

{{ $counter_section->counter4_title }}

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

{{ $popular_trending->description }}

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

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

@endforeach
@foreach ($popular_trending->trending_products as $trending_product)
product
{{ $trending_product->productlangfrontend->name }}

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

@endforeach
@foreach ($popular_trending->popular_products as $popular_product)
product
{{ $popular_product->productlangfrontend->name }}

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

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

{{ $featured_section->description }}

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

{{ $why_choose_us->title2 }}

why choose

{{ $why_choose_us->item_title1 }}

why choose

{{ $why_choose_us->item_title2 }}

why choose

{{ $why_choose_us->item_title3 }}

@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 ($mobile_app->visibility)

{{ $mobile_app->home2_title }}

{{ $mobile_app->home2_description }}

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

{{ $home2_blog_section->description }}

@if ($home2_blog_section->blog)
blog
  • {{__('user.By')}} {{ $home2_blog_section->blog->admin->name }}
  • {{ \Carbon\Carbon::parse($home2_blog_section->blog->created_at)->format('d M Y') }}
{{ $home2_blog_section->blog->bloglanguagefrontend->title }}
@endif
@foreach ($home2_blog_section->blogs as $blog)
blog
{{ $blog->bloglanguagefrontend->title }}
  • {{__('user.By')}} {{ $blog->admin->name }}
  • {{ \Carbon\Carbon::parse($blog->created_at)->format('d M Y') }}
@endforeach
@endif @endsection