@if (theme_option('show_featured_brands_on_products_page', 'yes') == 'yes')
@endif
@include(Theme::getThemeNamespace() . '::views.ecommerce.includes.filters')
@if (theme_option('show_recommend_items_on_products_page', 'yes') == 'yes')

{{ __('Recommended Items') }}

@endif @include(Theme::getThemeNamespace('views.ecommerce.includes.products-list'))