Stupid simple: How to print {{Str}} in laravel blade engine?

Solution:

If I understand you correctly, then according to docs:

If you need to display a string that is wrapped in curly braces, you may escape the Blade behavior by prefixing your text with an @ symbol:

@{{ This will not be processed by Blade }}

So for your example:

@{{_STR_}}