Add Action group in a custom infolist layout
I have a custom infolist layout which doing a for loop. And on each item there is a button that will do something with the item on the loop. The error occurs when I click the button ("Confirm"), it says
App\Livewire\Modals\BillingCustomerInvoiceList::getInfolist(): Argument #1 ($name) must be of type string, null given
. Any workarounds?
This is the custom layout I have
And this is the confirmAction() on the main infolist modal
0 Replies