Render Livewire Directly using the View component
Is there a way to render livewire directly without creating a blade file to contain the livewire component and passing that blade to the View component?
1 Reply
You could combined
new HtmlString(Blade::render(…))
But you still need a form field