@if(request()->routeIs('categories.search') && request('q'))

Search Results

Found {{ $products->total() }} results for "{{ request('q') }}"
View All Products
@elseif(isset($currentCategory) && $currentCategory)

{{ $currentCategory->title }}

{{ $currentCategory->description ?? 'Explore our collection of ' . $currentCategory->title }}

@else

All Products

Browse our complete collection

Discover our wide range of products across all categories.

@endif
@include('ecommerce::partials.product.products-toolbar') @include('ecommerce::partials.product.products-grid')