{{-- Full-width results banner (title/count + sort + active-filter chips) — sits ABOVE the sidebar+grid row (see site/properties/index.blade.php and category.blade.php), matching agrawal-html/listings.html. Previously this lived inside the grid column only, which pushed the results grid down without moving the filter sidebar, misaligning the two. --}} @php $headingTag = $resultsHeadingTag ?? 'h1'; // Set by PropertyCategoryController/PropertyListingController whenever a // Google-selected location (with coordinates) is active — inherited // automatically from the parent view's data, same as $sort/$properties. $hasLocation = $hasLocation ?? false; @endphp
Showing {{ $properties->firstItem() }}–{{ $properties->lastItem() }} of {{ $properties->total() }} {{ Str::plural('property', $properties->total()) }}
@endif