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

{{ $intro_section->header_one }} {{ $intro_section->header_two }}

{{ $intro_section->description }}

@endif @if ($category_section->visibility)

{{ $category_section->title }}

{{ $category_section->description }}

@foreach ($categories as $category)
category
categories {{ $category->name }}

{{ $category->totalService }}+ {{__('user.Services')}}

@endforeach
@endif @if ($featured_service_section->visibility)

{{ $featured_service_section->title }}

{{ $featured_service_section->description }}

@endif @if ($contact_visbility)
booking
{{ $contact_section->call_as_now }}

{{ $contact_section->phone }}

{{ $contact_section->available_time }}

{{ $contact_section->form_title }}

{{ $contact_section->form_description }}

@csrf
{{__('user.Name')}}*
{{__('user.phone')}}
{{__('user.email')}}*
{{__('user.subject')}}*
{{__('user.message')}}*
@if($recaptchaSetting->status==1)
@endif
@endif @if ($coundown_visibility)
@foreach ($counters as $counter)
counter

{{ $counter->number }}

{{ $counter->title }}

@endforeach
@endif @if ($popular_service_section->visibility) @endif @if ($mobile_app_section_visbility)
app download
{{ $mobile_app->short_title }}

{{ $mobile_app->full_title }}

{{ $mobile_app->description }}

@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 }}

testimonials
clients

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

@endforeach
@endif @if ($blog_section->visibility)

{{ $blog_section->title }}

{{ $blog_section->description }}

@foreach ($blogs as $blog)
blog
  • {{__('user.By Admin')}}
  • {{ $blog->total_comment }}{{__('user. Comments')}}

{{ $blog->title }}

{{__('user.Learn More')}}
@endforeach
@endif @if ($partner_visbility)
@foreach ($partners as $partner) @endforeach
@endif @if ($subscription_visbility)
@endif @endsection