1
0
mirror of https://koodu.h-i.works/projects/thebadspace synced 2025-06-25 16:04:37 -05:00

Added Layout to Admin Pages

Plugged in the new layout to the admin pages
This commit is contained in:
Ro
2023-08-18 18:50:33 -07:00
parent 8ed167b951
commit 2cd550eb28
8 changed files with 51 additions and 25 deletions

View File

@ -30,9 +30,21 @@
<a href="/listings/1" title="instance listing" class="nav-links">
Listings
</a><br />
<a href="/den" title="login" class="nav-links">
The Den
</a>
@if(Auth::check())
<a href="/den/member" title="den-member" class="nav-links">
Member
</a><br />
<a href="/den/locations" title="den-locations" class="nav-links">
Locations
</a><br />
<a href="/logout" title="logout" class="nav-links">
Logout
</a><br />
@else
<a href="/den" title="login" class="nav-links">
The Den
</a><br />
@endif
</nav>
</div>
</div>