@extends($activeTemplate . 'layouts.frontend') @section('content') @php $contactContent = @getContent('contact_us.content', true)->data_values; $links = getContent('policy_pages.element', orderById: true); @endphp @include('Template::partials.breadcumb') {{ __($contactContent->title) }} {{ __($contactContent->subtitle) }} @lang('Phone') {{ $contactContent->mobile_number }} @lang('Email') {{ $contactContent->email }} @lang('Office') {{ $contactContent->location }} @lang('See on Google Map') {{ __(@$contactContent->form_title) }} {{ __(@$contactContent->form_subtitle) }} @csrf {{ old('message') }} @lang('Submit') @lang('By contacting us, you agree to our') @foreach ($links as $link) {{ __(@$link->data_values->title) }} @if (!$loop->last) @lang('and') @endif @endforeach @if (@$sections->secs != null) @foreach (json_decode($sections->secs) as $sec) @include($activeTemplate . 'sections.' . $sec) @endforeach @endif @endsection @push('script') @endpush
{{ __(@$contactContent->form_subtitle) }}
@lang('By contacting us, you agree to our') @foreach ($links as $link) {{ __(@$link->data_values->title) }} @if (!$loop->last) @lang('and') @endif @endforeach