did you try like below? (ctrl+f5) after in browser
{!! html_entity_decode($variable) !!}
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
I want to make an app to store code snippets in the database and pass them to the view. Everything works fine, but if it contains double curly braces "{{ }}" it gets knotched up, the site blinks for a moment and then it shows nothing.
I tried {!! !!} , htmlentities(), html_entity_decode, and some Blade directive it does not work
Yet so simple but so annoying im searching for solution long time maybe you can help
Please or to participate in this conversation.