Pass data from custom view back to action
Hi!
I have a custom action on a list page that renders a blade view, however, I cannot seem to figure out how to pass data from the modal to the action callback. Any ideas?
The action:
Blade view:
1 Reply
I would probably say a view isn't what you want and you likely want to render a livewire component or use a custom field, then you can ensure that field's values are set as standard livewire?
You could try teleporting... but not too sure how that will work
https://livewire.laravel.com/docs/teleport
Laravel
Teleport | Laravel
A full-stack framework for Laravel that takes the pain out of building dynamic UIs.