Displaying HTML with Blade shows the HTML code

You need to use

{!! $text !!}

The string will auto escape when using {{ $text }}.

Leave a Comment