@if(!empty($row->location->name))
@php $location = $row->location->translate() @endphp

{{ __('Where you’ll be') }}

{{$location->name ?? ''}}
@if($row->map_lat && $row->map_lng)
@endif
@endif