{{ __('Filter Products') }}

@php [$categories, $brands, $tags, $rand, $categoriesRequest, $urlCurrent, $categoryId, $maxFilterPrice] = EcommerceHelper::dataForFilter($category ?? null); Theme::asset()->usePath() ->add('custom-scrollbar-css', 'plugins/mcustom-scrollbar/jquery.mCustomScrollbar.css'); Theme::asset()->container('footer')->usePath() ->add('custom-scrollbar-js', 'plugins/mcustom-scrollbar/jquery.mCustomScrollbar.js', ['jquery']); @endphp @if ($brands->isNotEmpty()) @endif @if ($tags->isNotEmpty()) @endif @foreach (request()->input() as $key => $item) @if (! in_array($key, ['sort-by', 'layout', 'q', 'page', '_']) && is_string($item)) @endif @endforeach