{{ isset($homeContents['send_message_title']) ? $homeContents['send_message_title']->value : trans('messages.Send us a message') }}

{{ isset($homeContents['contact_subtitle']) ? $homeContents['contact_subtitle']->value : trans('messages.Have a question? We\'d love to hear from you. Send us a message and we\'ll respond as soon as possible.') }}

@if(session('success'))
{{ session('success') }}
@endif @if(session('error'))
{{ session('error') }}
@endif @if($errors->any())
@endif
@csrf