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. enter image description here

in view:

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


Comments

Popular posts from this blog

javascript - Slick Slider width recalculation -

jsf - PrimeFaces Datatable - What is f:facet actually doing? -

angular2 services - Angular 2 RC 4 Http post not firing -