diff options
author | Sam Light <samlight1994@gmail.com> | 2025-04-01 22:05:02 +0100 |
---|---|---|
committer | Sam Light <samlight1994@gmail.com> | 2025-04-01 22:05:02 +0100 |
commit | 9c9813363746d2f6e8774df90444aaabcfa54668 (patch) | |
tree | b17c6ecaa254bd67bb1c624129bf2fb102b8dce5 /workbench/resources/views/components/layouts | |
parent | 21f7022ca80f0c61c18923532b8c5fadc99765db (diff) |
Setup testing with the frontend build
Diffstat (limited to 'workbench/resources/views/components/layouts')
-rw-r--r-- | workbench/resources/views/components/layouts/app.blade.php | 2 |
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> |