From 02c15e96225980075d53b5081f57c6d058b9a196 Mon Sep 17 00:00:00 2001 From: Gamerboy59 Date: Sun, 6 Aug 2023 13:29:41 +0200 Subject: [PATCH] Fix resource links --- resources/views/layouts/index.blade.php | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) 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')