@push('styles') @endpush
@if($showInfoWindow && $activeMarker)

{{ $activeMarker['name'] ?? 'Location' }}

@if(isset($activeMarker['address']))

{{ $activeMarker['address']['street'] ?? '' }} {{ $activeMarker['address']['city'] ?? '' }} {{ $activeMarker['address']['state'] ?? '' }} {{ $activeMarker['address']['country'] ?? '' }}

@endif @if(isset($activeMarker['description']))

{{ $activeMarker['description'] }}

@endif
@endif
@push('scripts') @endpush