This works fine for Laravel 4 {{html_entity_decode($post->body)}} For Laravel 5 you may need to use this instead {!!html_entity_decode($post->body)!!}