You won't get a reply here. Please contact us on Discord instead if a answer is required.
{{ __('Submit') }}
@if ($errors->any())
@foreach ($errors->all() as $error)
@if ($error == 'validation.captcha')
Captcha Incorrect!
@else
{{ $error }}
@endif
@endforeach
@endif
@if (session('status') === 'contact-submitted')
{{ __('Your message was submitted.') }}
@endif