@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) }}

@csrf
profile_complete) required placeholder="@lang('Enter your first name')">
profile_complete) required placeholder="@lang('Enter your last name')">
@lang('Contact Number')

{{ @$contactContent->contact_number }}

@lang('Address')

{{ @$contactContent->location }}

@if (@$sections->secs != null) @foreach (json_decode($sections->secs) as $sec) @include($activeTemplate . 'sections.' . $sec) @endforeach @endif @endsection