@php Theme::layout('full-width'); @endphp {!! Theme::partial('page-header') !!}
@include(Theme::getThemeNamespace() . '::views.marketplace.includes.info-box', ['showContactVendor' => true])
{{ $products->total() }}
{{ __('Products found') }}
{{ __('Filter') }}
@include(Theme::getThemeNamespace() . '::views.ecommerce.includes.layout')
@include(Theme::getThemeNamespace('views.marketplace.stores.items'))