Answers for "how to make active color in menu laravel"

PHP
1

laravel sidebar menu active

{{  request()->routeIs('news.*') ? 'active' : '' }}
Posted by: Guest on August-16-2020
0

how to make active color in menu laravel

{{ request()->route()->named('dashboard') ? 'active' : '' }}
Posted by: Guest on August-04-2021

Browse Popular Code Answers by Language