Update loggedout.blade.php

This commit is contained in:
Thomas G 2022-08-08 22:30:04 +10:00
parent 78881630aa
commit 46ad742273
1 changed files with 5 additions and 0 deletions

View File

@ -69,6 +69,11 @@
@yield('contentloggedout')
</div>
<div id="footer_signup">
@if (!Auth::guest() && Auth::user()->isAdmin())
<p><strong>{{ App\Models\User::count() }}</strong> users registered | <strong>{{ App\Models\User::where('last_seen', '>', Carbon\Carbon::now()->subMinute()->toDateTimeString())->count(); }}</strong>
users are online</p>
<br>
@endif
<p>ARCHBLOX is not affiliated with Roblox Corp, Lego, Sony, SEGA, Microsoft, Nintendo or any other company.
We're still Morbin'!</p>
<p><a href="{{ route('privacy') }}">Privacy Policy</a> <a href="{{ route('tos') }}">Terms of Service</a></p>