feat: add resources and view components
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
<div class="card adminuiux-card border-0 shadow-sm h-100 hover-lift bg-theme-1 text-white card-glow-theme" data-widget="live_users">
|
||||
<div class="card-body p-4 text-center">
|
||||
<div class="d-flex justify-content-between mb-2">
|
||||
<h6 class="fw-bold text-white small mb-0">LIVE USERS</h6>
|
||||
<i class="bi bi-people text-white-50"></i>
|
||||
</div>
|
||||
<h1 class="display-3 fw-black text-white mb-0 counter-value" id="stat-users-count">{{ $stats['users']['total'] }}</h1>
|
||||
<p class="extra-small text-white-50 mb-0 mt-2">
|
||||
<span id="stat-users-auth">{{ $stats['users']['authenticated'] }}</span> Authenticated
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user