HTML tags are not interpreted

What seems to be the problem: I am using tinyMCE to add rich text on a textarea, then this enriched text is presented on a table and on a new page. But all the HTML tags are interpreted only inside tinyMCE, on the table I get b, i, style=color:green etc.
I have used html_entity_decode() but it didn’t worked.

Steps to Reproduce:

Are you using the latest version of Livewire: Yes

Do you have any screenshots or code examples:

{!! $variable !!}
I hope it helps

off course it helped, thank :slight_smile: