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

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

  • {{ $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')}}
@endif @if ($category_visibility)
{{ $category_section->title }}

{{ $category_section->description }}

@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 @if ($product_section->visibility)
{{ $product_section->title }}

{{ $product_section->description }}

@foreach ($product_section->products as $product)
@endforeach
@endif @if ($trending_section->visibility) @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 ($featured_section->visibility)
{{ $featured_section->title }}

{{ $featured_section->description }}

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

{{ $template_section->description }}

@foreach ($template_section->templates as $template)
template

{{ $template->templatelangfrontend->title }}

{{ $template->templatelangfrontend->description }}

{{__('user.Learn More')}}
@endforeach
@endif @if ($mobile_app->visibility)
download

{!! strip_tags(clean($mobile_app->title1),'') !!}

{{ $mobile_app->description }}

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

{{ $partner_section->description }}

@foreach ($partner_section->partners as $partner) @endforeach

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

Lifetime update and 6 months support. {{__('user.Go to Offer page')}}
@endif @if ($home1_blog_section->visibility)
{{ $home1_blog_section->title }}

{{ $home1_blog_section->description }}

@foreach ($home1_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