diff --git a/app/views/index.blade.php b/app/views/index.blade.php index 315d342f..0bd23ff3 100644 --- a/app/views/index.blade.php +++ b/app/views/index.blade.php @@ -4,6 +4,7 @@
{{ $systemMessage }}
@if(Auth::check()) + Logout

You're logged in. This will be a link to the Dashboard.

@endif