So I\'m trying to build an application with both Laravel and VueJs but I\'m stuck at one point.
Is it possible to use VueJs mustache te
I think you can do what you're after using the @{{ example }} syntax that Blade allows us to use when using a JS framework inside Laravel.
@{{ example }}
Hope this helps! :)