background_color) style="background-color: {{ $shortcode->background_color }} !important;" @endif >
{!! Theme::partial('section-title', compact('shortcode')) !!}
@foreach ($categories as $category)

{{ $category->name }}

@if ($shortcode->show_products_count)

@if ($category->count_all_products === 1) {{ __('1 product') }} @else {{ __(':count products', ['count' => number_format($category->count_all_products)]) }} @endif

@endif
@endforeach