@extends('landing.layouts.app') @section('title') Contact Us @endsection @section('page_css') @endsection @section('content') @php $settingValue = getSuperAdminSettingValue(); @endphp

{{ __('messages.contact_us') }}

{{ __('messages.common.address') }}

{{ $settingValue['address']['value'] }}

{{ __('messages.enquiry.email') }}
{{ $settingValue['email']['value'] }}
{{ __('messages.case.phone') }}
{{ $settingValue['phone']['value'] }}

{{ __('messages.contact_us') }}

Get in touch and let us know how we can help. Fill out the form and we’ll be in touch as soon as possible.

@method('POST') @csrf
@if(config('app.recaptcha.key'))
@endif
@endsection @section('scripts') @endsection