@php Theme::layout('full-width'); $layout = request()->input('layout') ?: theme_option('store_list_layout'); $layout = $layout && in_array($layout, array_keys(get_store_list_layouts())) ? $layout : 'grid'; @endphp {!! Theme::partial('page-header', ['withTitle' => true]) !!}
{{ __('Total stores showing: :number', ['number' => $stores->total()]) }}
has('q')) style="display: none" @endif > @foreach (request()->input() as $key => $item) @if ($key != 'q') @endif @endforeach
@include(Theme::getThemeNamespace('views.marketplace.includes.store-items'))
{!! $stores->withQueryString()->links(Theme::getThemeNamespace() . '::partials.pagination-numeric') !!}