@extends(themeView('master')) @php foreach ($pagesList as $page) { if ($page->slug == 'contact') { $contactPage = $page; } } @endphp @section('meta-tags') @if (isset($contactPage)) @include(themeView('partials.static-meta'), ['page' => $contactPage]) @else @include(themeView('partials.meta-tags')) @endif @if (isset($contactPage->schemaSript)) @endif @endsection @section('content') @if (isset($contactPage) && isset($contactPage->acf->details) && isset($contactPage->acf->details->acf_banner_image)) @else @endif Contact Us Home Contact Us @if (isset($contactPage) && isset($contactPage->acf->details) && isset($contactPage->acf->details->acf_company_name)) {!! $contactPage->acf->details->acf_company_name !!} @endif @if (isset($contactPage) && isset($contactPage->acf->details) && isset($contactPage->acf->details->acf_company_address)) {!! $contactPage->acf->details->acf_company_address !!} @endif @if (isset($contactPage) && isset($contactPage->acf->details) && isset($contactPage->acf->details->acf_company_number)) {!! $contactPage->acf->details->acf_company_number !!} @endif @if (isset($contactPage) && isset($contactPage->acf->details) && isset($contactPage->acf->details->acf_company_email)) {!! $contactPage->acf->details->acf_company_email !!} @endif @include(themeView('partials.social-media')) Quick Inquiry @include(themeView('partials.location-map')) @endsection @section('extra-scripts') @endsection