From f9d5d4bb4b0b277d1947087b496a1cd06f66dd03 Mon Sep 17 00:00:00 2001 From: Sam Light <sam@lightscale.co.uk> Date: Mon, 31 Mar 2025 01:08:41 +0100 Subject: In workbench demo added the new components to the view --- workbench/resources/views/index.blade.php | 2 ++ 1 file changed, 2 insertions(+) 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> -- cgit v1.2.3