Reputation: 2896
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?
in my view:
<div class="box">
<div class="box-body">
{{ $text->text }}
</div>
</div>
Upvotes: 1
Views: 122