@if (!empty($page_init['contact']['google_map']))
{!! $page_init['contact']['google_map'] ?? '' !!}
@if (!empty($page_init['contact']['office']))
{!! __('frontend::text.label.address') !!}
{!! $page_init['contact']['office'] ?? '' !!}
@endif
@if (!empty($page_init['contact']['tel']) && count($page_init['contact']['tel']) > 0)
@foreach ($page_init['contact']['tel'] as $k => $tel)
{!! __('frontend::text.label.phone') !!}
{{-- @if ($k == 0) --}}
{{ $tel ?? '' }}
{{-- @endif --}}
@endforeach
@endif
@if (!empty($page_init['contact']['email']) && count($page_init['contact']['email']) > 0)
@foreach ($page_init['contact']['email'] as $k => $email)
{!! __('frontend::text.label.email') !!}
@if (!empty($page_init['contact']['email']))
{{ $email ?? '' }}
@endif
@endforeach
@endif
@if (!empty($page_init['contact']['social']))
{!! __('frontend::text.label.follow_us') !!}
@foreach ($page_init['contact']['social'] as $icon => $social)
@if (!empty($social['url']))
@endif
@endforeach
@endif