@extends('layouts.app') @section('title', 'Heimerdinger • Contact') @section('description', 'Contact Heimerdinger.LoL for any inquiries, feedback, or suggestions. We are always looking to improve our website and content.') @push('top_scripts') {!! HCaptcha::renderJs() !!} @endpush @section('content')

Get in Contact

* = required

@if ($errors->any())

There was an error with your submission

    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif @if (session('success'))

Success

{{ session('success') }}

@endif
@csrf @honeypot
{!! HCaptcha::display(['data-theme' => 'dark']) !!}
@endsection