summaryrefslogtreecommitdiff
path: root/workbench/resources/views/components/layouts/app.blade.php
diff options
context:
space:
mode:
Diffstat (limited to 'workbench/resources/views/components/layouts/app.blade.php')
-rw-r--r--workbench/resources/views/components/layouts/app.blade.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/workbench/resources/views/components/layouts/app.blade.php b/workbench/resources/views/components/layouts/app.blade.php
index 599f5c4..e453da8 100644
--- a/workbench/resources/views/components/layouts/app.blade.php
+++ b/workbench/resources/views/components/layouts/app.blade.php
@@ -3,6 +3,7 @@
<head>
<title>Livewire tables</title>
<link rel="stylesheet" href="{{ asset('css/bootstrap.min.css') }}" />
+ <x-laralight-assets::head />
</head>
<body>
@@ -43,6 +44,7 @@
{{ $slot }}
</div>
+ <x-laralight-assets::footer />
<script src="{{ asset('js/bootstrap.bundle.min.js') }}"></script>
</body>
</html>