@php
$contact = $page_init['contact'] ?? [];
@endphp
@if (!empty($contact['google_map']))
{!! $contact['google_map'] !!}
@endif
@if (!empty($branches['list'][0]))
@foreach ($branches['list'] as $branch)
@if (!empty($branch['google_map']))
{!! $branch['google_map'] !!}
@endif
@endforeach
@endif