use Infolists inside action modal
how can i use Infolists inslide a action in custom page and pass the data to it?
1 Reply
First, render a custom Blade view in the modal. Then in the Blade view, include a Livewire component that implements the Infolist.
You can pass the data as props to the Livewire component.