! $shortcode->background_color, 'mb-50 mt-50 pt-20' => $shortcode->background_color]) @if ($shortcode->background_color) style="background-color: {{ $shortcode->background_color }} !important;" @endif >
{!! Theme::partial('section-title', ['shortcode' => $shortcode, 'class' => 'text-center mb-40']) !!}
@foreach ($categories as $category)
@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

{{ $category->name }}

@endforeach