@extends('templates._single_left') @section('html.head.title', showSnippet("contact_info", "title") . ' -') @section('beforeMain') @include('sections.banner', ['background' => '', 'space_class'=>'xlg-pt4 pt3 pb3']) @include('atoms.heading_group', [ 'title' => showSnippet("contact_info", "title"), 'copy' => showSnippet("contact_info", "summary") ]) @include('sections.banner_CLOSE') @endsection @section('main')
{!! showSnippet("contact_info", "body_copy") !!}
@php($groups = json_decode(showSnippet("contact_info", "repeater"))) @if(!session('message_sent'))
@csrf
{!! ReCaptcha::htmlFormSnippet() !!}
@else

Message has been sent.

@endif
@endsection @section('sidebar') @endsection @section('afterMain') @endsection