@php $is = fn (string $p) => request()->routeIs($p) ? 'active' : ''; @endphp