{{-- Reloadable body of the search results page — result count + sort, product grid, pagination. Re-rendered on full load and on every navigation, straight from ?q= and ?sort=. Vars: $query (non-empty string), $products (LengthAwarePaginator), $sortOptions (array) --}} @if ($products->isEmpty())

{{ __('storefront.shop.no_products') }}

@else
@endif