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

@lang('Contact Us')

@csrf
@lang('Office Address')

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

@endsection