call livewire component from view::make()

Is it possible to call a livewire componet from wizard view component. Something like:
Forms\Components\View::make(@livewire('livewire-component-name'))
Was this page helpful?