@php $total = count($filters) @endphp @foreach ($filters as $key => $filter)
@if ($filter->name == 'search') @endif @if ($total == ($key + 1) && $key > 1) @endif
@endforeach
@if (isset($url['query']['page'])) @endif