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

{{ $store->name }}

@include(Theme::getThemeNamespace('views.marketplace.stores.partials.rating'))
{{ __(':total products', ['total' => $store->products_count]) }}
@include(Theme::getThemeNamespace('views.marketplace.stores.partials.info'))
{{ __('Visit Store') }}