Imagine I have this:
<li><a href="{{ route('admin') }}">Admin Panel</a></li>
Is there a way to remove this and make it so that if a user types "admin" to be sent to that page using JavaScript + jQuery?
I've seen web sites that execute some code if you type a certain phrase so I've been wondering if I could implement something similar.