Update admin.blade.php

This commit is contained in:
Thomas G 2022-08-03 09:13:37 +10:00
parent a6cfd19ba3
commit 3b4247340b
1 changed files with 3 additions and 1 deletions

View File

@ -23,10 +23,12 @@
@yield('alert')
<div class="iphone-sidebar">
<img src="https://archblox.com/img/MORBLOXlogo.png" width="50%">
<img href="{{ route('admin_index') }}" src="https://archblox.com/img/MORBLOXlogo.png" width="50%">
<p>Admin Panel</p>
<p>Logged in as: {{ Auth::user()->name }}</p>
<br>
<a href="{{ route('admin_index') }}">Home</a>
<br>
<a href="{{ route('admin_users') }}">User List</a>
<br>
<a href="{{ route('admin_tree') }}">Invite Tree</a>