@foreach (getModulesGestor() as $key => $item) @php $fullUrl = url($item['link']); // monta a URL corretamente com protocolo e host $isActive = request()->is(ltrim($item['link'], '/')); // compara sem barra inicial @endphp @endforeach