@extends($activeTheme.'layouts.main') @section('title', ___('Contact Us')) @section('content')

{{ ___('Contact Us') }}

{!! ads_on_top() !!}

{{ ___('Contact Us') }}

@csrf
@error('name') {{ $message }} @enderror
@error('email') {{ $message }} @enderror
@error('subject') {{ $message }} @enderror
{!! display_captcha() !!} @error('g-recaptcha-response') {{ $message }} @enderror

{{ ___('Get In Touch') }}

{{ ___('Please get in touch and our expert support team will answer all your questions.') }}

{{ ___('Contact Information') }}

{!! ads_on_bottom() !!} @push('scripts_at_bottom') {!! google_captcha() !!} @endpush @endsection