@extends(view_path('master')) @section('additional_head_tags') @if(captcha_is_enabled('contact') && captcha_is('google')) {!! google_captcha_js() !!} @endif @endsection @section('body')

{{ __('Support') }}

{{ __('Frequently asked questions') }}
@foreach($faqs as $faq)

{{ $faq->question }}

{!! $faq->answer !!}
@endforeach
{{ __('Contact us') }}
@csrf @if(session('support_response'))
{{ session('support_response') }}
@endif
@error('captcha')
{{ $message }}
@enderror @error('g-recaptcha-response')
{{ $message }}
@enderror @if(captcha_is_enabled('contact'))
{!! render_captcha() !!} @if(captcha_is('mewebstudio')) @endif
@endif
@endsection