@php $links = ['home' => 'Inicio', 'about' => 'Acerca']; $current = $_GET['r'] ?? 'home'; @endphp @foreach($links as $key => $label) /?r={{ $key }} {{ $label }} @endforeach