mirror of https://github.com/4xmen/xshop.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
355 B
PHTML
11 lines
355 B
PHTML
@yield('js-content')
|
|
<script type="text/javascript">
|
|
var xupload = "{{route('admin.ckeditor.upload', ['_token' => csrf_token() ])}}";
|
|
var website_bg = "{{gfx()['background']}}";
|
|
var website_text_color = "{{gfx()['text']}}";
|
|
var website_font = "{{gfx()['font']}}";
|
|
window.routesList = @json(getAdminRoutes());
|
|
</script>
|
|
</body>
|
|
</html>
|