@push('styles_top') @endpush

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

@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') }}
@push('scripts_bottom') @endpush