@extends('frontend.layouts.main', [ 'hasMaps' => true ]) @section('content')

{{ $object->header_title }}

{!! $object->content !!}
@if($templateData->mainContact)

{{ $templateData->mainContact->title }}

{{ $templateData->mainContact->subtitle }}
{{ $templateData->mainContact->phone }} · {!! email_link_tag($templateData->mainContact->email) !!}
@endif
@lang('frontend.offices_in')
@foreach(['europe', 'asia', 'oceania', 'north_america', 'south_america', 'africa'] as $key => $continent) @lang('frontend.' . $continent) @endforeach
@lang('frontend.region') ---
@lang('frontend.no_offices_found')
@include('frontend.templates.components.related_footer', array('title' => trans('frontend.further_reading')))

@lang('frontend.wer_on_linkedin')

@lang('frontend.check_out_spg_channel')

@lang('frontend.follow_us')
@stop