{{--
The results, in whichever view the visitor chose.
Grid, list, map and split are the same query rendered four ways — the view is
a query-string key, so a shared link opens on the same one.
--}}
@php($view = $criteria->view ?? 'grid')
@if ($listings->isEmpty() && $view !== 'map')