Inserting Livewire components into an infolist
You may insert a Livewire component directly into an infolist:key() to each:
Passing parameters to a Livewire component
You can pass an array of parameters to a Livewire component:mount() method:
Accessing the current record in the Livewire component
You can access the current record in the Livewire component using the$record parameter in the mount() method, or the $record property:
Lazy loading a Livewire component
You may allow the component to lazily load using thelazy() method: