@foreach($filterParams ?? [] as $key => $value) @if(is_array($value)) @foreach($value as $item) @endforeach @else @endif @endforeach