Logout link

This commit is contained in:
manavo
2014-11-25 21:45:08 +00:00
parent f71639f226
commit 9cd26b8dd9

View File

@@ -4,6 +4,7 @@
<div class='alert alert-{{ $systemStatus }}'>{{ $systemMessage }}</div>
@if(Auth::check())
<a class="pull-right" href="/auth/logout">Logout</a>
<p>You're logged in. This will be a link to the Dashboard.</p>
@endif