You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
willaengine/storage/framework/views/07e369bca61c5065deb2915a9a9...

18 lines
630 B

<!doctype html>
<html lang="<?php echo e(str_replace('_', '-', app()->getLocale())); ?>">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- <link href="https://use.fontawesome.com/releases/v5.0.13/css/all.css" rel="stylesheet"> -->
<title> WillaEngine - WMS </title>
<!-- Styles -->
</head>
<body>
<div id="app"></div>
</body>
<script src="<?php echo e(mix('js/vue/WMS/app.js')); ?>"></script>
</html>
<?php /**PATH D:\Web\Git\WillaEngine\modules\wm-core\src/../resources/views/WMS.blade.php ENDPATH**/ ?>