aboutsummaryrefslogtreecommitdiff
path: root/resources/views/includes/admin/header.blade.php
diff options
context:
space:
mode:
Diffstat (limited to 'resources/views/includes/admin/header.blade.php')
-rw-r--r--resources/views/includes/admin/header.blade.php12
1 files changed, 0 insertions, 12 deletions
diff --git a/resources/views/includes/admin/header.blade.php b/resources/views/includes/admin/header.blade.php
deleted file mode 100644
index edb2fd7..0000000
--- a/resources/views/includes/admin/header.blade.php
+++ /dev/null
@@ -1,12 +0,0 @@
- <nav>
- <div>
- <a href="/">public home</a> |
- <a href="/admin">admin home</a> |
- <a href="/admin/guestbook">guestbook</a>
- @if (auth()->check())
- | ({{ auth()->user()->name }}) <a href="/logout">logout</a>
- @else
- | <a href="/login">login</a>
- @endif
- </div>
- </nav>