@php $showAutocomplete = property_exists($row->details, 'showAutocompleteInput') ? (bool)$row->details->showAutocompleteInput : true; $showAutocomplete = $showAutocomplete ? 'true' : 'false'; $showLatLng = property_exists($row->details, 'showLatLngInput') ? (bool)$row->details->showLatLngInput : true; $showLatLng = $showLatLng ? 'true' : 'false'; @endphp
config('voyager.googlemaps.center.lat'), 'lng' => config('voyager.googlemaps.center.lng') ]])' :show-autocomplete="{{ $showAutocomplete }}" :show-lat-lng="{{ $showLatLng }}" :zoom={{ config('voyager.googlemaps.zoom') }} >
@push('javascript') @endpush