@foreach ($filterCategories as $item) @php $fullURLCategory = $item['url']; if (!empty($pageParams['filter'])) { $fullURLCategory = $fullURLCategory . $pageParams['filter'] . '/'; } @endphp {{ $item['name'] }} @endforeach