{{ __('Contact Form') }}

@csrf

You won't get a reply here. Please contact us on Discord instead if a answer is required.

Don't request hentai here!

{!! captcha_img() !!}

{{ __('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