@extends('layouts.admin') @section('content') @php $dashboardLastRefreshedAt = now()->format('H:i:s'); $dashboardStatusBadgeClasses = static function (int $status): string { return match ($status) { \App\Models\Settings::REGISTER_STATUS_OPEN => 'border border-emerald-500/30 bg-emerald-600 text-white shadow-sm dark:border-emerald-300/20 dark:bg-emerald-500 dark:text-slate-950', \App\Models\Settings::REGISTER_STATUS_INVITE => 'border border-amber-500/30 bg-amber-500 text-slate-950 shadow-sm dark:border-amber-200/20 dark:bg-amber-400 dark:text-slate-950', default => 'border border-rose-500/30 bg-rose-600 text-white shadow-sm dark:border-rose-200/20 dark:bg-rose-500 dark:text-white', }; }; @endphp
Welcome to the administration panel
Last dashboard refresh: {{ $dashboardLastRefreshedAt }}
Auto-refreshes every 15 minutes
Total Releases
{{ number_format($stats['releases'] ?? 0) }}
Active Users
{{ number_format($stats['users'] ?? 0) }}
Active Groups
{{ number_format($stats['active_groups'] ?? 0) }}
Failed Releases
{{ number_format($stats['failed'] ?? 0) }}
Reported Releases
{{ number_format($stats['reported'] ?? 0) }}
Deleted Users
{{ number_format(($stats['soft_deleted_users'] ?? 0) + ($stats['permanently_deleted_users'] ?? 0)) }}
Live registration availability, manual baseline, and the current schedule summary.
Effective Status
{{ $registrationStatus['message'] }}
Manual Baseline
Used whenever no scheduled open period is currently active.
Active Open Period
{{ $registrationStatus['active_period']->name }}
{{ $registrationStatus['active_period']->starts_at->format('Y-m-d H:i') }} to {{ $registrationStatus['active_period']->ends_at->format('Y-m-d H:i') }}
This window is active on the public registration form right now.
@elseif($nextRegistrationPeriod)Next Scheduled Open Period
{{ $nextRegistrationPeriod->name }}
{{ $nextRegistrationPeriod->starts_at->format('Y-m-d H:i') }} to {{ $nextRegistrationPeriod->ends_at->format('Y-m-d H:i') }}
The next temporary public signup window is already scheduled.
@elseScheduled Open Periods
No active or upcoming open-registration periods are currently scheduled.
@endif| Role | Count | Percentage |
|---|
| Rank | Username | Downloads |
|---|
CPU Usage
—
RAM Usage
—
—