diff --git a/resources/views/layouts/index.blade.php b/resources/views/layouts/index.blade.php index 6f73821..81f5155 100644 --- a/resources/views/layouts/index.blade.php +++ b/resources/views/layouts/index.blade.php @@ -9,17 +9,18 @@ @endif @yield('title') - @if (config()->has('app.name')){{ config('app.name') }} @else My idlers @endif + @if(Session::get('dark_mode')) - + @else - + @endif - + - @yield('css_style') - + @yield('css_links') + @yield('style')
@@ -33,7 +34,7 @@
@yield('content')
- + @yield('scripts')