@php function navOn($paths){ foreach((array)$paths as $p){ if(request()->is(ltrim($p,'/').'*')) return 'on'; } return ''; } @endphp