Update users.blade.php

This commit is contained in:
Thomas G 2022-09-16 09:06:53 +10:00
parent d51de5c8cb
commit c65aee2c9a
1 changed files with 3 additions and 2 deletions

View File

@ -263,9 +263,10 @@
@endif @endif
</p> </p>
<p><strong>Status:</strong> Normal</p> <p><strong>Status:</strong> Normal</p>
<!-- Note to Tersis/Conkley, please revert this change sooner or later -->
<p><strong>Invited By:</strong> <a style="color:blue" <p><strong>Invited By:</strong> <a style="color:blue"
href="{{ route('profile', App\Models\User::where('id', $user->invited_by)->first()->id) }}">{{ App\Models\User::where('id', $user->invited_by)->first()->name }}</a> href="#">N/A</a>
(ID: {{ App\Models\User::where('id', $user->invited_by)->first()->id }}) (ID: N/A)
</p> </p>
<!-- <!--
<button class="greybutton">Check Reports For This User</button> <button class="greybutton">Check Reports For This User</button>