@extends($activeTemplate . 'layouts.frontend') @section('content') @php $contact = getContent('contact_us.content', true); @endphp

{{ __(@$contact->data_values->heading) }}

{{ __(@$contact->data_values->subheading) }}

@csrf

{{ __(@$contact->data_values->title) }}

{{ __(@$contact->data_values->subtitle) }}

profile_complete) readonly @endif required placeholder="@lang('Name')">
@if (gs('agree')) @php $policyPages = getContent('policy_pages.element', false, orderById: true); @endphp

@lang('By contacting us, you agree to out ') @foreach ($policyPages as $policy) {{ __($policy->data_values->title) }} @if (!$loop->last) , @endif @endforeach

@endif
@php echo @$contact->data_values->full_address; @endphp
@if (@$sections->secs != null) @foreach (json_decode($sections->secs) as $sec) @include($activeTemplate . 'sections.' . $sec) @endforeach @endif @endsection