I save text data in database usin text editor TinyMCE, when I tried to render to blade returning the same data in database. $text = "<p>alsdkjalkdsja</p>"
{{ $text }}
I save text data in database usin text editor TinyMCE, when I tried to render to blade returning the same data in database. $text = "<p>alsdkjalkdsja</p>"
{{ $text }}
you can use this {!! $text !!} to render html