summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Light <sam@lightscale.co.uk>2025-03-31 01:08:41 +0100
committerSam Light <samlight1994@gmail.com>2025-03-31 01:08:41 +0100
commitf9d5d4bb4b0b277d1947087b496a1cd06f66dd03 (patch)
tree566d8f16b462d77ae5c2091e8b253f60379ec276
parenta56a167ac5e5384810a980f97e71b182ce7a98a2 (diff)
In workbench demo added the new components to the view
-rw-r--r--workbench/resources/views/index.blade.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/workbench/resources/views/index.blade.php b/workbench/resources/views/index.blade.php
index 1c05dfc..0e9c177 100644
--- a/workbench/resources/views/index.blade.php
+++ b/workbench/resources/views/index.blade.php
@@ -4,6 +4,7 @@
<title>
{{ $title = __('Laralight assets testing') }}
</title>
+ <x-laralight-assets::head />
</head>
<body>
<h1>
@@ -12,5 +13,6 @@
<h2>
{{ __('testing enviroment for laravel assets library') }}
</h2>
+ <x-laralight-assets::footer />
</body>
</html>