I have a string returned to one of my views, like this:
$text = \'Lorem ipsum dolor
Lorem ipsum dolor
For laravel 5
{!!html_entity_decode($text)!!}
Figured out through this link, see RachidLaasri answer