diff options
-rw-r--r-- | workbench/resources/views/index.blade.php | 2 |
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> |