@extends('frontend::layouts.master') @php $contact_section = site_configurations('contact_section', true); @endphp @section('title') {{ $seo?->title }} @endsection @section('content')
@if (getTranslatedData($contact_section, 'location'))
{{ __('frontend::translate.Location') }}

{{ getTranslatedData($contact_section, 'location') }}

@endif @if (getTranslatedData($contact_section, 'email'))
{{ __('frontend::translate.E-mail') }}

{{ getTranslatedData($contact_section, 'email') }}

@endif @if (getTranslatedData($contact_section, 'phone'))
{{ __('frontend::translate.Phone') }}

{{ getTranslatedData($contact_section, 'phone') }}

@endif
@if (getTranslatedData($contact_section, 'left_bottom_image'))
@endif
@if (getTranslatedData($contact_section, 'title'))

{{ getTranslatedData($contact_section, 'title') }}

@endif @if (getTranslatedData($contact_section, 'short_description'))

{{ getTranslatedData($contact_section, 'short_description') }}

@endif
@if (getTranslatedData($contact_section, 'button_text')) @endif

@if (getTranslatedData($contact_section, 'contact-map'))
{!! getTranslatedData($contact_section, 'contact-map') !!}
@endif @include('frontend::components.newsletter_area')
@endsection @push('script') @endpush