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

{{@$contact->data_values->address}}

@lang('Phone Number')

{{@$contact->data_values->mobile}}

@lang('Email Address')

{{@$contact->data_values->email}}

@lang('Contact Us')

@csrf
@endsection @push('script') @endpush