active-state icon indicating copy to clipboard operation
active-state copied to clipboard

Checking by url works, by route it doesn't

Open criting opened this issue 6 years ago • 0 comments

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') }}

criting avatar Jan 17 '19 16:01 criting