{!! Theme::partial('section-title', ['shortcode' => $shortcode, 'class' => 'text-center mb-40']) !!}
@foreach ($categories as $category)
@if ($category->products_count === 1) {{ __('1 product') }} @else {{ __(':count products', ['count' => number_format($category->products_count)]) }} @endif

{{ $category->name }}

@endforeach