@php $selected = (array) Request::query('attrs',[]); @endphp @foreach ($attributes as $item) @if(empty($item['hide_in_filter_search'])) @php $translate = $item->translate(); @endphp

{{$translate->name}}

@if(count($item->terms) > 3 and empty($selected)) @endif
@endif @endforeach