@foreach ($sellerCategoriesStats as $key => $sellerCategoriesStat)
  • {{ __($sellerCategoriesStat->name) }}({{ $sellerCategoriesStat->product_count }})
  • @endforeach