@lang('messages.FILTER_YOUR_SEARCH')
@if (count($categoryChildren) > 0)

@lang('messages.SUB_CATEGORIES')

    {{-- // LISTAR SUBCATEGORIAS --}} @foreach ($categoryChildren as $category)
  • {{ $category->name }}
  • @endforeach
@endif

@lang('messages.RESULTS_PER_PAGE')

@lang('messages.ORDER_BY')

{{ \App\Helper\Helper::currencySymbol() }} {{ $queries['minPrice'] }} {{ \App\Helper\Helper::currencySymbol() }} {{ $queries['maxPrice'] }}

@lang('messages.BRANDS')

    @php $initialVisible = 15; $totalBrands = count($brands); @endphp
  • @lang('messages.ALL')
  • @foreach ($brands as $i => $brand)
  • marca ? 'checked' : '' }} > {{ $brand->marca }}
  • @endforeach @if($totalBrands > $initialVisible)
  • @endif