@props([ 'categories' => collect(), 'routeName', 'currentCategoryId' => null, 'count' => null, 'allHref' => null, 'allLabel' => null, ]) @php $locale = app()->getLocale(); $activeId = $currentCategoryId ? (int) $currentCategoryId : null; @endphp @if (($categories ?? collect())->isNotEmpty())
@endif