{{ __(':total products', ['total' => $store->products_count]) }}
{{ __('Since :year', ['year' => Theme::formatDate($store->created_at, 'Y')]) }}

{{ $store->name }} {!! $store->badge !!}

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