@extends('layout3') @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 }}

@if (count($popular_tag) > 0) @endif
@endif @if ($partner_visbility)
@foreach ($partners as $partner) @endforeach
@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 ($coundown_visibility)
@foreach ($counters as $counter)
counter

{{ $counter->number }}

{{ $counter->title }}

@endforeach
@endif @if ($popular_service_section->visibility) @endif @if ($work_visbility)

{{ $how_it_work->title }}

{{ $how_it_work->description }}

    @foreach ($how_it_work->items as $index => $item)
  • {{ ++$index }}

    {{ $item->title }}

    {{ $item->description }}

  • @endforeach
work
@endif @if ($mobile_app_section_visbility)
{{ $mobile_app->short_title }}

{{ $mobile_app->full_title }}

{{ $mobile_app->description }}

app download
@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 @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 ($subscription_visbility)
@endif @endsection