LARAVEL with ANGULARJS

how can i use angular in a laravel project if they both uses the same print keys

What are “print keys”? You should be able to have a Laravel route serve up your JavaScript files just the same as any other server.

i mean in the html file for print variable from php in laravvel project i use {{ $y }} like this and its same in angular but in angular the variables dont use the dollar like this {{ y }} my question now is about if the variable that i use in angular is the same variable that i made in php before and is it still uncraked data…
sorry for bad english

Oh, I see. I don’t know myself, but found this article that seems to address your issue: