@php $specificLocation = !empty($event->specificLocation) ? $event->specificLocation : null; @endphp
{{ trans('update.location') }}

{{ trans('update.set_the_location_where_the_event_will_take_place') }}

{{ trans('update.region') }}

@php $latitude = getDefaultMapsLocation()['lat']; $longitude = getDefaultMapsLocation()['lon']; if(!empty($specificLocation->geo_center)) { $latitude = $specificLocation->geo_center[0]; $longitude = $specificLocation->geo_center[1]; } @endphp

{{ trans('update.location_on_map') }}

{{ trans('update.instead_of_clicking_please_move_the_map') }}