{!! Theme::partial('section-title', compact('shortcode')) !!}
@foreach($categories as $category)
background_color) style="background-color: {{ $shortcode->background_color }} !important;" @endif >
image) style="background: url('{{ RvMedia::getImageUrl($category->image) }}') no-repeat; background-size: cover;" @endif >

{{ $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