Level 75
%7D is the ASCII code for the } character.
So you propably add one for } in the end of named route.
<a href="{{ route('some.named.route') }} } <== [this one is a problem]">Link</a>
1 like
why I am getting %7D at the end of the URL by creating a link with named routes.
%7D is the ASCII code for the } character.
So you propably add one for } in the end of named route.
<a href="{{ route('some.named.route') }} } <== [this one is a problem]">Link</a>
Please or to participate in this conversation.