php - retrieving data that was edited with bootstrap wysihtm5 editor -
while retrieving data database edited bootstrap wysihtml5 getting plain text screenshot. using php framework laravel 5.2 , mysql how can fix it? please help.
in view:
<div class="box"> <div class="box-body"> {{ $text->text }} </div> </div>
Comments
Post a Comment