@include('home.partials.header')
{{ __('home.Contact') }}

{{ __('home.Tell us what you need') }}

{{ __('home.Write to us about Agency, custom packs, or anything else on the desk.') }}

@if ($pack)

{{ __('home.This note is about the :pack pack.', ['pack' => $pack->title]) }}

@endif
@if (session('contact') === 'ok')

{{ __('home.Thanks — we will write back.') }}

@else
@csrf @if ($pack) @endif
@error('name')

{{ $message }}

@enderror
@error('email')

{{ $message }}

@enderror
@error('body')

{{ $message }}

@enderror
@endif
@include('home.partials.footer')