I have a form
containing a textarea
that stores user input in a table.
Currently when I pull this data in my view, {{ $data->textarea }}
it outputs <strong>
as <strong>
. I'd like to either use or build a very basic WYSIWYG editor, but I don't think it will work if I can't output the raw HTML.
Is there some sort of attribute I need to define in my view or controller?
Meta: Would it be wiser to create a system like the Stack Exchange or Reddit where **this is bold text**
?