diff --git a/resources/assets/src/js/layout.js b/resources/assets/src/js/layout.js index c4b8c8ea..a199563a 100644 --- a/resources/assets/src/js/layout.js +++ b/resources/assets/src/js/layout.js @@ -28,6 +28,10 @@ $(document).ready(() => { (() => { const list = [ + { + path: 'admin', + styl: () => import('../stylus/admin.styl') + }, { path: 'auth', styl: () => import('../stylus/auth.styl') diff --git a/resources/views/admin/master.blade.php b/resources/views/admin/master.blade.php index 5357a5b9..635be435 100644 --- a/resources/views/admin/master.blade.php +++ b/resources/views/admin/master.blade.php @@ -9,7 +9,7 @@ - @include('common.dependencies.style', ['module' => 'admin']) + @include('common.dependencies.style') @yield('style')