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