@php $physicalCategories = $categories->filter(function ($category) { return $category->physicalProduct->isNotEmpty(); }); @endphp