I have a string returned to one of my views, like this:
$text = \'Lorem ipsum dolor
Lorem ipsum dolor
You need to use
{!! $text !!}
The string will auto escape when using {{ $text }}.
{{ $text }}