{{ __('Our Stores') }}

@foreach ($stores as $store)
@include('plugins/marketplace::themes.includes.store-item')
@endforeach
{!! $stores->withQueryString()->links() !!}