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

{{ $serviceCategory->title }}

{{ $serviceCategory->short_desc }}

@foreach ($serviceCategory->contents->sortBy('display_order') as $content) @if ($content->type == 1)
about
@if ($content->mainSection->hasMedia('service_category_brand_logo')) singnture @endif

{{ $content->mainSection->title }}

{{ $content->mainSection->description }}

@if ($content->mainSection->contact_type == 'contact') Contact Us @else {{ $content->mainSection->button_text ?? 'View Website' }} @endif
@elseif ($content->type == 2)

{{ $content->secondarySection->title }}

{{ $content->secondarySection->description }}

@if ($content->secondarySection->contact_type == 'contact') Contact Us @else {{ $content->secondarySection->button_text ?? 'View Website' }} @endif
about
@elseif ($content->type == 3)

{{ $content->title }}

{{ $content->short_description }}

@foreach ($content->products as $product) @endforeach
@endif @endforeach @include('layouts.components.contact') @endsection