@extends($activeTemplate . 'layouts.frontend') @section('content') @php $contactContent = @getContent('contact_us.content', true)->data_values; $socialIcons = getContent('social_icon.element', false, orderById: true); @endphp {{ __(@$contactContent->heading) }} @foreach ($socialIcons as $socialIcon) @php echo @$socialIcon->data_values->social_icon @endphp @endforeach @csrf @lang('First Name') profile_complete) required placeholder="@lang('Enter your first name')"> @lang('Last Name') profile_complete) required placeholder="@lang('Enter your last name')"> @lang('Email') @lang('Subject') @lang('Message') {{ old('message') }} @lang('Submit') @lang('Contact Number') {{ @$contactContent->contact_number }} @lang('Email') {{ @$contactContent->email_address }} @lang('Address') {{ @$contactContent->location }} @if (@$sections->secs != null) @foreach (json_decode($sections->secs) as $sec) @include($activeTemplate . 'sections.' . $sec) @endforeach @endif @endsection