1
0
Daniel Supernault 6 жил өмнө
parent
commit
dfc71913f1

+ 1 - 1
resources/views/layouts/app.blade.php

@@ -26,7 +26,7 @@
     @stack('styles')
 
 </head>
-<body class="">
+<body class="{{Auth::check()?'loggedIn':''}}">
     @include('layouts.partial.nav')
     <main id="content">
         @yield('content')