Navigation Item use isActiveWhen()
i tried to use custom navigation item in my panel
Navigation is ok but i cant see active page
How do I set isActiveWhen to works correct?
thanks
Solution:Jump to solution
Fixed:
I use php artisan route:list to see correct view
```php
->isActiveWhen(fn () => request()->routeIs('filament.employee.resources.activities.index'))...
1 Reply
Solution
Fixed:
I use php artisan route:list to see correct view