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

{{ ___('Feedback') }}

{!! ads_on_top() !!}

{{ ___('Tell us what you think of us') }}

{{ ___('We would like to hear your opinions about the website. We would be grateful if you could take the time to fill out this form') }}
@csrf
{{ ___('Your Name') }} *
@error('name') {{ $message }} @enderror
{{ ___('Email Address') }} *
@error('email') {{ $message }} @enderror
{{ ___('Phone Number') }}
@error('phone') {{ $message }} @enderror
{{ ___('Subject') }} *
@error('subject') {{ $message }} @enderror
{{ ___('Is there anything you would like to tell us?') }} *
@error('message') {{ $message }} @enderror
{!! display_captcha() !!} @error('g-recaptcha-response') {{ $message }} @enderror
{!! ads_on_bottom() !!} @push('scripts_at_bottom') {!! google_captcha() !!} @endpush @endsection