@extends($activeTemplate.'layouts.frontend') @section('content') @php $contact = getContent('contact_us.content',true); $user = auth()->user(); @endphp
@lang('shape')
@lang('image')
@lang('Our Location')

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

@csrf

@lang('Contact us')

@lang('Name')
@lang('Email')
@lang('Subject')
@lang('Message')
@endsection