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

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

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

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