{!! BaseHelper::clean(SeoHelper::getTitle()) !!}
{!! BaseHelper::clean(__('We have :total vendors now', ['total' => '' . $stores->total() . ''])) !!}
@foreach($stores as $store)
@include(Theme::getThemeNamespace('views.marketplace.stores.item.' . $itemLayout))
@endforeach
{!! $stores->withQueryString()->links(Theme::getThemeNamespace('partials.custom-pagination')) !!}