id
class MyComponent extends Component{ public function render() { return view('livewire.my-component'); } public function mount($id) { }}
Action::make('assign') ->icon('heroicon-o-trash') ->modalcontent(Blade::render('@livewire(\'my-component\')'))