2023-07-11 19:24:00 +01:00
|
|
|
<nav>
|
|
|
|
<div>
|
2023-06-14 22:14:04 +01:00
|
|
|
<a href="/">home</a> |
|
2023-07-16 21:02:51 +01:00
|
|
|
<a href="//git.diskfloppy.me/">cgit</a> |
|
2023-07-13 00:06:44 +01:00
|
|
|
<a href="//wiki.diskfloppy.me/">wiki</a> |
|
2023-07-11 19:24:00 +01:00
|
|
|
<a href="/projects/">projects</a> |
|
|
|
|
<a href="/calculators/">calculators</a> |
|
|
|
|
<a href="/computers/">computers</a> |
|
2023-07-16 01:49:09 +01:00
|
|
|
<a href="/bookmarks/">bookmarks</a> |
|
|
|
|
<a href="/guestbook/">guestbook</a>
|
2023-07-16 21:02:51 +01:00
|
|
|
@if (auth()->check())
|
|
|
|
| <a href="/admin/">admin</a>
|
|
|
|
| ({{ auth()->user()->name }}) <a href="/logout">logout</a>
|
|
|
|
@else
|
|
|
|
| <a href="/login">login</a>
|
|
|
|
@endif
|
2023-07-11 19:24:00 +01:00
|
|
|
</div>
|
|
|
|
</nav>
|