Posts by FernandoSales • 61 points
2 posts
-
2
votes2
answers93
viewsA: Laravel 6 escaping html Blade template
I managed to solve using: {% autoescape false %} {{ data.text }} {% endautoescape %}
-
3
votes2
answers93
viewsQ: Laravel 6 escaping html Blade template
I am displaying news registered in the database using Windows and Blade template, only that html is being escaped, I have tried several ways but I can not solve. My controller returning query result…