@php $selected = (array) Request::query('terms'); @endphp
@foreach ($attributes as $item) @php // if($item->terms->count() < 0) continue; @endphp
{{$item->name}}
    @foreach($item->terms as $term)
  • @endforeach
@endforeach
{{__("Apply Filters")}}