Mount action from resource
I want to mount an action in my resource using the above code. When using this code on a custom Livewire page, this works, but in my resource I cannot get it to work.
I cannot seem to find anything in the docs mentioning how to mount actions like this in a resource.
Solution:Jump to solution
I solved the issue. This code needed to be present on the Create and Edit pages, not on the resource itself
2 Replies