{{ __('Since :year', ['year' => $store->created_at->year]) }}

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

({{ __(':total products', ['total' => $store->products_count]) }})

@include(Theme::getThemeNamespace('views.marketplace.stores.partials.rating'))
@include(Theme::getThemeNamespace('views.marketplace.stores.partials.info'))
{{ __('Visit Store') }}