@extends('front.layouts.app') @section('content')

{!! @$metaArr['main_banner_subtitle'] !!}

{!! @$metaArr['main_banner_title'] !!}

@if(@$metaArr['main_banner_img_type'] == "video") @endif
location

Our Location

{!! $siteSettings->location ?? config('constants.CONTACT_LOCATION') !!}

@if(@$metaArr['content_img1_type'] == "video") @else @endif
phone

Phone Number

{!! $siteSettings->phone ?? config('constants.CONTACT_PHONE') !!}

@if(@$metaArr['content_img2_type'] == "video") @else @endif
email

Email Address

{!! $siteSettings->email ?? config('constants.CONTACT_EMAIL') !!}

@if(@$metaArr['content_img3_type'] == "video") @else @endif
Contact Form

Send Us a Message

@csrf
{!! NoCaptcha::renderJs() !!} {!! app('captcha')->display() !!} @error('g-recaptcha-response') @enderror
@includeIf('front.includes.elexio_form') @includeIf('front.includes.faq') @endsection @section('js') @stack('js') @endsection