@php $countyName = html_decode($listing->county?->name ?? ''); $cityName = html_decode($listing->city?->name ?? ''); $hasLocation = filled($countyName) || filled($cityName) || filled($listing->address); $locationLabel = listing_card_location($listing); $mapThumbUrl = listing_map_display_url($listing->google_map, 400, 180); $mapIsStatic = $mapThumbUrl && listing_map_is_static_image($mapThumbUrl); $osmViewUrl = listing_openstreetmap_view_url($listing->google_map, $locationLabel); $osmEmbedUrl = listing_openstreetmap_embed_url($listing->google_map); $canOpenMapModal = $mapThumbUrl && ($osmEmbedUrl || filled($locationLabel)); @endphp @if ($hasLocation || $mapThumbUrl)
@if ($canOpenMapModal) @endif @endif