产品分类
@foreach($sidebarCategories as $category)
first) open @endif> @if($category->icon) {{ $category->icon }} @endif {{ $category->name }} {{ $category->products_count }}
    @foreach($category->children as $child)
  • {{ $child->name }} {{ $child->products_count }}
  • @endforeach
@endforeach