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

{{ $home_page->feature_header }}

#

{{ $our_feature->title1 }}

{{ $our_feature->description1 }}

#

{{ $our_feature->title2 }}

{{ $our_feature->description2 }}

#

{{ $our_feature->title3 }}

{{ $our_feature->description3 }}

#

{{ $our_feature->title4 }}

{{ $our_feature->description4 }}

#
{{ $about_us->header }}

{{ $about_us->title }}

{!! clean($about_us->description) !!}

{{__('admin.Contact Us')}}

{{ $about_us->ceo_name }} {{ $about_us->ceo_designation }}

{{ $home_page->working_title }}

{{ $home_page->working_header }}

#

{{__('admin.Step')}} 1

{{ $working_proccess->home1_title1 }}

{{ $working_proccess->home1_description1 }}

{{__('admin.Step')}} 2

{{ $working_proccess->home1_title2 }}

{{ $working_proccess->home1_description2 }}

#
#

{{__('admin.Step')}} 3

{{ $working_proccess->home1_title3 }}

{{ $working_proccess->home1_description3 }}

{{__('admin.Step')}} 4

{{ $working_proccess->home1_title4 }}

{{ $working_proccess->home1_description4 }}

#

{!! strip_tags(clean($home_page->partner_title),'') !!}

{{ $home_page->partner_description }}

@foreach ($partners as $partner)
@endforeach

{{ $home_page->facebook_follower }} {{__('admin.Followers')}}

{{ $home_page->twitter_follower }} {{__('admin.Followers')}}

{{ $home_page->tiktok_follower }} {{__('admin.Followers')}}

{{ $home_page->instagram_follower }} {{__('admin.Followers')}}

{{ $home_page->testimonial_title }}

{{ $home_page->testimonial_header }}

@foreach ($testimonials as $index => $testimonial)

{{ $testimonial->comment }}

#
{{ $testimonial->name }}

{{ $testimonial->designation }}

@endforeach
@endsection