Path Change

Hello,

I am trying to change phpvms7 template. It’s working good. Only one problem i have. I need to change one path which is i can not.

\<script type="text/javascript"\>var plugin\_path = 'assets/plugins/';\</script\>

top assets/plugins has to change this way

\<script type="text/javascript" src="{{ public\_asset('/assets/frontend/assets/plugins/jquery/jquery-2.1.4.min.js') }}"\>\</script\>

but i don’t know which way. Help please. Thanks guys.