@php $coverImage = $store->getMetadata('cover_image', true) ?: theme_option('vendor_cover_default_image'); @endphp
{{ __('Since :year', ['year' => $store->created_at->format('Y')]) }}

{{ $store->name }}

@include(Theme::getThemeNamespace('views.marketplace.stores.partials.rating'))

{{ $store->description }}

@include(Theme::getThemeNamespace('views.marketplace.stores.partials.info'))
@include(Theme::getThemeNamespace('views.marketplace.stores.partials.socials'), ['headerClass' => 'text-white'])
@include(Theme::getThemeNamespace('views.marketplace.stores.items'), compact('products'))