Laravel Nova Action button to open any view with data, or better, call a controller with data
I have been asking and trying for days and can NOT get to do this. The fact is that Nova helps in many things, but has not solutions for everything. Then is when using normal Laravel views with data from the resources enters into action. I need to open a view form a button adding the data of the $fields and $models and maybe also filters that user is looking at on the index resource Nova view of a resource.
The only solution found is Action redirect to URL, but I cannot pass all an array (or more than one) as parametres of a url, at least I don't know how. And besides, users can see at the bar where the url is the data such as ?Contract_no=1725&user_id=...
Really is there nothing we can do from NOVA to call a controller method with data?
Any help will be appreciated.
Tks.
Please or to participate in this conversation.