@php $hasProducts = $categories->filter(fn($cat) => $cat->products->isNotEmpty())->isNotEmpty(); @endphp @if ($hasProducts) @foreach ($categories as $category) @if ($category->products->isNotEmpty())
No products found based on selected filters.