Noob Coder
Noob Coder

Reputation: 2896

Retrieving data that was edited with Bootstrap wysihtm5 editor

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>

Upvotes: 1

Views: 122

Answers (0)

Related Questions