Skip to content

Commit

Permalink
added logout link to admin layout
Browse files Browse the repository at this point in the history
  • Loading branch information
mbpcoder committed Feb 8, 2016
1 parent 46f6a3c commit 59b43f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resources/views/admin/header.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
</ul>
</li>
</ul>
<li><a href="/admin/logout">خروج</a></li>
@else
<li><a href="{{url('/admin/login')}}">ورود</a></li>
@endif
Expand Down

0 comments on commit 59b43f2

Please sign in to comment.