How would you approach creating an action that is a livewire component by itself? Meaning, that when you click it renders a dynamic view with actions nested?
this returns an array, and in the blade file I user a foreach... but I want to be able to click an array item and when I click it, it renders a modal with something.