diff --git a/resources/views/layouts/web.blade.php b/resources/views/layouts/web.blade.php index 2bdb1fa..c5e3b99 100644 --- a/resources/views/layouts/web.blade.php +++ b/resources/views/layouts/web.blade.php @@ -26,6 +26,12 @@
{{ $slot ?? '' }} @yield('content') + + @stack('scripts')