@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 @push('scripts') @endpush