@php Theme::set('layout-data', ['is-wrap-container' => true, 'main-class' => 'pages mb-80', 'wrap-container-class' => 'pt-50']); $itemLayout = request()->input('layout') == 'stores-list' ? 'list' : 'grid'; Theme::set('isShowPreFooterSidebar', true); @endphp

{!! 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')) !!}