@php Theme::layout('full-width'); $products->loadMissing('defaultVariation'); @endphp {!! $widgets = dynamic_sidebar('products_list_sidebar') !!} @if (empty($widgets)) {!! Theme::partial('page-header', ['size' => 'xxxl', 'withTitle' => false]) !!} @endif

{{ SeoHelper::getTitleOnly() }}

@if (EcommerceHelper::hasAnyProductFilters()) {{ __('Filter') }} @endif
@include(Theme::getThemeNamespace('views.ecommerce.includes.sort')) @include(Theme::getThemeNamespace('views.ecommerce.includes.layout'))
@if (Theme::get('pageDescription'))
{!! BaseHelper::clean(Theme::get('pageDescription')) !!}
@endif
@if (EcommerceHelper::hasAnyProductFilters())
@endif
EcommerceHelper::hasAnyProductFilters()])> @include(Theme::getThemeNamespace('views.ecommerce.includes.product-items'))