I have a form containing textarea that stores user input in a table.
Currently, when I extract this data in my opinion, {{ $data->textarea }} prints <strong> as <strong> . I would like to use or create a very simple WYSIWYG editor, but I donβt think it will work if I cannot output raw HTML.
Is there some kind of attribute that I need to define in my view or controller?
Meta: would it be wiser to create a system like Stack Exchange or Reddit, where **this is bold text** ?
source share