@extends('themes::default.layout') @section('content') @include('themes::default.nav')

@lang('Get in touch')

@lang('If you have any questions or need help, please fill out the form below. We do our best to response within 1 business day')

@csrf
@if(config('recaptcha.api_site_key') && config('recaptcha.api_secret_key'))
{!! htmlFormSnippet() !!} @if ($errors->has('g-recaptcha-response'))
{{ $errors->first('g-recaptcha-response') }}
@endif
@endif
@if($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@stop @if(config('recaptcha.api_site_key') && config('recaptcha.api_secret_key')) @push('head') {!! htmlScriptTagJsApi() !!} @endpush @endif