@php $title = $shortcode->title; $subtitle = $shortcode->subtitle; $buttonLabel = $shortcode->button_label; $buttonUrl = $shortcode->button_url; @endphp
{!! Theme::partial('section-title', compact('shortcode')) !!}
@if($buttonLabel && $buttonUrl) @endif
@foreach($categories as $category)
image) data-background="{{ RvMedia::getImageUrl($category->image) }}" @endif >

{{ $category->name }}

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