@extends('frontend.layouts.master') @section('meta_title', $seo_setting['contact_page']['seo_title']) @section('meta_description', $seo_setting['contact_page']['seo_description']) @section('contents')

{{ __('Send Us Message') }}

{{ __('Your email address will not be published. Required fields are marked') }} *

@csrf
@if (Cache::get('setting')->recaptcha_status === 'active')
@endif

@if($contact?->map)
@endif
@endsection @if (session('contactUs') && $setting->google_tagmanager_status == 'active' && $marketing_setting?->contact_page) @php $contactUs = session('contactUs'); session()->forget('contactUs'); @endphp @push('scripts') @endpush @endif