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

{{ $how_it_work_title }}

{{ $how_it_work_descritpion }}

@foreach ($how_it_works as $index => $how_it_work)
work icon

{{ $how_it_work->title }}

{{ $how_it_work->description }}

@endforeach
@endif @if ($about_visbility)
about about
about about about

{{ $about_us_section->total_rating }}

{{ $about_us_section->about_us_title }}

{!! clean($about_us_section->about_us) !!} {{__('user.Contact Us')}}
@endif @if ($coundown_visibility)
@foreach ($counters as $counter)
counter

{{ $counter->number }}

{{ $counter->title }}

@endforeach
@endif @if ($why_choose_visibility)

{{ $why_choose_us->why_choose_us_title }}

{!! clean($why_choose_us->why_choose_desciption) !!}

  • {{ $why_choose_us->item_one }}

    {{ $why_choose_us->description_one }}

  • {{ $why_choose_us->item_two }}

    {{ $why_choose_us->description_two }}

  • {{ $why_choose_us->item_three }}

    {{ $why_choose_us->description_three }}

about reasons about reasons
@endif @if ($join_as_provider_visibility)

{{ $join_as_a_provider->title }}

{{ $join_as_a_provider->button_text }}
@endif @if ($testimonial_section->visibility)

{{ $testimonial_section->title }}

{{ $testimonial_section->description }}

@foreach ($testimonials as $testimonial)

{{ $testimonial->comment }}

clients

{{ $testimonial->name }} {{ $testimonial->designation }}

@endforeach
@endif @endsection