Laravel templating language Blade and VueJS data binding syntax are very similar.
How can I escape VueJS data binding syntax when in a *.blade.php file?
*.blade.php
In order to output real HTML, you will need to use the v-html directive:
Using v-html directive: