@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