Answers for "how to make both the top menu and submenu show active laravel layout"

PHP
1

laravel sidebar menu active

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

Code answers related to "how to make both the top menu and submenu show active laravel layout"

Browse Popular Code Answers by Language