@extends('layouts.site') @push('styles') @if ($service->seo_other != null) {!! $service->seo_other !!} @endif @endpush @section('seo_title') {{ $service->seo_title }} @endsection @section('seo_description') {{ $service->seo_description }} @endsection @section('content')
Quick Contact
background

{{ $service->title }}

{{ $service->title_desc }}

{{ $service->short_title }}


{!!$service->description !!}

Call us
@if ($service->has_brochure)
about
Get Brochure
@endif @foreach ($service->contents->sortBy('display_order') as $content) @if ($content->type == 1)

{{ $content->heading }}

@foreach ($content->steps as $step) @if ($step->points->isNotEmpty())
singnture

{{ $step->title }}

{{ $step->description }}

    @foreach ($step->points as $point)
  • {{ $point->points }}
  • @endforeach
@else
singnture

{{ $step->title }}

{{ $step->description }}

@endif @endforeach Contact Us
@elseif ($content->type == 2)

{{ $content->heading }}

@foreach ($content->benefits->chunk(3) as $benefits)
@foreach ($benefits as $benefit)
Icon

{{ $benefit->title }}

{{ $benefit->description }}

@endforeach
@endforeach
@elseif ($content->type == 3)
about

{{ $content->imageContent->title }}

{{ $content->imageContent->description }}

@if ($content->imageContent->contact_type == 'phone') Call us @elseif($content->imageContent->contact_type == 'whatsapp') Whatsapp Us @elseif($content->imageContent->contact_type == 'email') Email Us @endif
@endif @endforeach @if ($service->has_brochure)
Get A Quote
@endif @if ($service->questionnaire_id != null) @include('layouts.components.questionnaire_start') @endif @include('layouts.components.contact') @endsection