{{-- HERO --}}

{{ $contact('page_eyebrow') }}

{{ $contact('page_title') }}

@if($contact('page_subtitle'))

{{ $contact('page_subtitle') }}

@endif @if($contact('availability_text')) {{ $contact('availability_text') }} @endif
{{-- FORM + INFO --}}
{{-- Form --}}

{{ $contact('form_heading') }}

@if($contact('form_subtext'))

{{ $contact('form_subtext') }}

@endif @if(session('success'))
{{ session('success') }}
@endif @if($errors->any())
@foreach($errors->all() as $error)
{{ $error }}
@endforeach
@endif
@csrf
{{-- Info lateral --}}