{{-- The map view. Markers are fetched separately rather than rendered here: the map carries the page's own filters into its request, so panning and "search this area" work without a reload and without the server rendering markup that a map library would only throw away. Everything below degrades: with no JavaScript the container stays empty and the count and the "list view" link still tell a visitor what is here. --}} @php($fill = $fill ?? false)
{{ trans_choice( 'One listing matches this search.|:count listings match this search.', $listings->total(), ['count' => number_format($listings->total())], ) }}