Retrieving data that was edited with Bootstrap wysihtm5 editor

123 views Asked by At

While retrieving data from database that was edited with Bootstrap wysihtml5 I am getting plain text as the screenshot. I am using Laravel 5.2 and MySQL.

How can I fix it?

enter image description here

in my view:

<div class="box">
        <div class="box-body">
          {{ $text->text }}
        </div>
      </div>
0

There are 0 answers