Skip to content
Advertisement

Laravel view with variable, missing required parameters for route

I am losing too much time for (I am sure) a small missing, but I am not able to find it. Here my issue.

I want to create an open blade, so without authentication, with a variable parameter in the URL.

Here my codes

JavaScript

When I try to land on http://localhost/app/public/en/my_organization/tickets/ext/index I get error, for which I don’t understand origin:

JavaScript

I have the blade into views/ticket/ext/index file.

Thanks in advance!

Advertisement

Answer

You can simplify your code like this, I hope it’ll work

JavaScript
User contributions licensed under: CC BY-SA
8 People found this is helpful
Advertisement