<?php12return [3/*4|--------------------------------------------------------------------------5| View to Bind JavaScript Vars To6|--------------------------------------------------------------------------7|8| Set this value to the name of the view (or partial) that9| you want to prepend all JavaScript variables to.10| This can be a single view, or an array of views.11| Example: 'footer' or ['footer', 'bottom']12|13*/14'bind_js_vars_to_this_view' => [15'layouts.scripts',16],1718/*19|--------------------------------------------------------------------------20| JavaScript Namespace21|--------------------------------------------------------------------------22|23| By default, we'll add variables to the global window object. However,24| it's recommended that you change this to some namespace - anything.25| That way, you can access vars, like "SomeNamespace.someVariable."26|27*/28'js_namespace' => 'Pterodactyl',29];303132