@extends('admin.layouts.app') @section('title', 'Dashboard') @section('page-title', 'Dashboard') @section('page-title-jp', 'ダッシュボード') @section('content')
No user data available
@endforelseNo recent users
@endforelse| User | Rank | Streak | Action | Detail | Status | Impact | Acc (7d) | ELO | Time |
|---|---|---|---|---|---|---|---|---|---|
|
{{ strtoupper(substr($activity['user'], 0, 1)) }}
{{ $activity['user'] }}
|
{{ $activity['rank'] }} | 🔥 {{ $activity['streak'] }}d | {{ $activity['action'] }} | {{ Str::limit($activity['detail'], 40) }} | {{ $activity['status'] }} | {{ $activity['impact'] }} | 🎯 {{ $activity['accuracy_7d'] }}% | 🏆 {{ number_format($activity['elo']) }} | {{ $activity['timestamp']->diffForHumans() }} |
No recent activity
@endif