@if($shortcode->title || $shortcode->subtitle)
{!! Theme::partial('section-title', compact('shortcode')) !!}
@endif
@foreach ($stores as $store) @php $coverImage = $store->getMetaData('background', true); @endphp
@include('plugins/marketplace::themes.includes.store-item')
@endforeach