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

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

@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'))