In Laravel 5, anything inside double curly brackets is escaped for security reasons - this is why it appears as text in your browser. Use {!! !!} instead, to output unescaped text (such as HTML).
http://laravel.com/docs/5.0/templates#other-blade-control-structures
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community