Working With Htmlable Values | Laravel 5: Encoding HTML With the "e" Helper Function
The e helper function will encode the HTML characters within a string value, but treats instances of Illuminate\Contracts\Support\Htmlable differently in that it will not encode the HTML characters in the Htmlable instance's toHtml() return value....