Does anyone hate to solve how I can now call the next one in the blade?
<?php
{!! $html !!}
This code of course fails (double wrapping the variable in curly braces nested in others curly braces). Perhaps it is understandable what I want to achieve. I just do not know if there is a solution.
I figured the use of variables in translation. The example below works, so maybe it's the right way.
$myHtml = ':START_HREF Contact us :END_HREF.'
/* $myHtml is only example, really i have all text stored in laravel translations files and all texts are doubled in database */