1
0
Fork 0

Update master layout

This commit is contained in:
Daniel Supernault 2018-11-19 19:44:27 -07:00
parent f153a66701
commit dfc71913f1
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 1 additions and 1 deletions

View File

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