active-state
active-state copied to clipboard
Checking by url works, by route it doesn't
When I use everything works perfectly
{{ route('jewels') }}
but when I try to use the route, it's never active
{{ Active::checkRoute('jewels') }}
I tried it with all my routes and doesn't work. I'm sure about the name, because on the next line I generate the route url like this {{ route('jewels') }}