Laravel 5: Display HTML with Blade

后端 未结 20 2463
栀梦
栀梦 2020-11-22 16:21

I have a string returned to one of my views, like this:

$text = \'

Lorem ipsum dolor

20条回答
  •  傲寒
    傲寒 (楼主)
    2020-11-22 16:54

    If you use the Bootstrap Collapse class sometimes {!! $text !!} is not worked for me but {{ html_entity_decode($text) }} is worked for me.

提交回复
热议问题