Search code examples
javascriptphphtmllaravelckeditor

Laravel- html tags not load ckeditor text


Please help enter image description here

enter image description here


Solution

  • You need to use

    {!! $item->product_description !!}
    

    The string will auto escape when using {{ $item->product_description }}.