@extends($activeTemplate . 'layouts.frontend') @section('content') @php $socialIcons = getContent('social_icon.element', orderById: true); $contact = getContent('contact_us.content', true)->data_values; @endphp
{{ __(@$contact->title) }}

@lang(' Office Address')

{{ __(@$contact->contact_details) }}

@lang('Email Address')

{{ __(@$contact->email_address) }}

@lang('Phone Number')

{{ __(@$contact->contact_number) }}

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

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

@csrf
profile_complete) readonly @endif required>
@if (@$sections->secs != null) @foreach (json_decode($sections->secs) as $sec) @include($activeTemplate . 'sections.' . $sec) @endforeach @endif @endsection @push('style') @endpush