You can try url encoding the url before passing it to the route method.
Alternatively you can pass it as a normal query string:
{{ route('go') }}?url=http://yahoo.com
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community