@extends($activeTemplate . 'layouts.frontend') @section('content') @php $contact = getContent('contact.content', true); $contactInfo = getContent('contact.element', null,false,true); @endphp {{ __(@$contact->data_values->heading) }} {{ __(@$contact->data_values->sub_heading) }} @foreach (@$contactInfo as $info) @php echo $info->data_values->icon @endphp {{ __($info->data_values->title) }} {{ __($info->data_values->content) }} @endforeach {{ __($contact->data_values->title) }} @csrf @lang('Your Name') @lang('Email Address') @lang('Subject') @lang('Your Message') {{ old('message') }} @lang('Send Message') @endsection @push('script') @endpush
{{ __(@$contact->data_values->sub_heading) }}
{{ __($info->data_values->content) }}