Displaying HTML with Blade shows the HTML code September 23, 2022 by Tarik You need to use {!! $text !!} The string will auto escape when using {{ $text }}.