@props([ 'categories' => collect(), 'routeName', 'locale', 'activeId' => null, 'count' => null, 'depth' => 0, 'allHref' => null, 'allLabel' => null, ]) @php $isRoot = (int) $depth === 0; $allUrl = $allHref ?: route($routeName, ['locale' => $locale]); $allText = $allLabel ?: __('site.all_categories'); @endphp