Show info from different model in infolist
Hi, I have VoucherResource with infolist. I also have second model EshopVoucher. It's calling e-shop API and getting current status of the voucher. I'd like to show result of the method getEshopStatus from EshopVoucher in VoucherResource but I can't find any solution how to do it. Any hints please?
Solution:Jump to solution
Probably use a separate Livewire component that handles the loading. Then you can also lazy load that part
2 Replies
Solution
Probably use a separate Livewire component that handles the loading. Then you can also lazy load that part
Thanks, Dennis!