@php $contactContent = getContent('contact_us.content', true); $contactElement = getContent('contact_us.element', false, null, true); @endphp @extends('Template::layouts.frontend') @section('content')

{{ __($contactContent?->data_values?->heading) }}

{{ __($contactContent?->data_values?->subheading) }}
@foreach ($contactElement as $contact)
@php echo $contact->data_values->icon; @endphp
{{ __($contact?->data_values?->title) }}

{{ __($contact?->data_values?->contact_info) }}

@endforeach
@php $user = auth()->user(); @endphp

{{ __($contactContent?->data_values?->title) }}

@csrf
profile_complete) readonly @endif required placeholder="@lang('Enter your fullname')">
@if ($sections->secs != null) @foreach (json_decode($sections->secs) as $sec) @include('Template::sections.' . $sec) @endforeach @endif @endsection