How to trigger a livewire component on table action
When using table actions, is there a way to trigger a Livewire component to load on a modal or a slideover?
->modalContent(fn(Subscription $subscription) => view('app.purchases.view-license', ['license' => $subscription->license]))