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

{!! BaseHelper::clean($store->name) !!} {!! $store->badge !!}

@include(Theme::getThemeNamespace('views.marketplace.stores.partials.rating'))
@include(Theme::getThemeNamespace('views.marketplace.stores.partials.info'))
@include(Theme::getThemeNamespace('views.marketplace.stores.partials.socials'), ['headerClass' => 'text-white'])
@php $description = BaseHelper::clean($store->description); $content = BaseHelper::clean($store->content); @endphp @if ($description || $content) {!! $content ?: $description !!} @endif
@include(Theme::getThemeNamespace('views.marketplace.stores.items'), compact('products'))