@if (config('services.googlemaps.key')) @php $mapHeight = 400; $mapPlace = (!empty($city)) ? data_get($city, 'name') . ', ' . config('country.name') : config('country.name'); $mapUrl = getGoogleMapsEmbedUrl(config('services.googlemaps.key'), $mapPlace); @endphp