sdfdsf
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
</main>
|
||||
<script src="<?= e(app()->assets()->versioned('/assets/js/app.js')) ?>" defer></script>
|
||||
<?php asset_scripts('footer'); ?>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -33,6 +33,8 @@ $authUser = $auth->user();
|
||||
})();
|
||||
</script>
|
||||
<link rel="stylesheet" href="<?= e(app()->assets()->versioned('/assets/css/app.css')) ?>">
|
||||
<?php asset_styles(); ?>
|
||||
<?php asset_scripts('header'); ?>
|
||||
</head>
|
||||
<body>
|
||||
<main class="main-shell">
|
||||
|
||||
Reference in New Issue
Block a user