@php Theme::layout('full-width'); $currentMainFilterUrl = $store->url; $categories = ProductCategoryHelper::getProductCategoriesWithUrl(); $categoriesRequest = (array) request()->input('categories', []); $categoryId = Arr::get($categoriesRequest, 0); Theme::asset()->container('footer')->add('store-search-fix-js', 'themes/farmart/assets/js/store-search-fix.js', ['jquery']); @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'))