What seems to be the problem: I tried to save livewire component to database and load it as a page content but the problem is i can’t render livewire when i read it from database
i have a table : pages
page has a content field and i need to save @livewire(‘content-form’) to database and then render it in blade something like this {!! $content!!}
Steps to Reproduce:
Are you using the latest version of Livewire:yes
Do you have any screenshots or code examples: