@extends('layouts.admin') @section('title', 'Admin Dashboard') @section('page-title', 'Dashboard') @section('page-subtitle', 'System overview and key metrics') @section('content')
Total Users
Total Challenges
Tournaments
Total Volume
Requires immediate attention
All systems operational
{{ $challenge->creator->username }} @if($challenge->accepter) vs {{ $challenge->accepter->username }} @else created an open challenge @endif
{{ $challenge->game->name }} • ₦{{ number_format($challenge->wager_amount, 2) }}
{{ $challenge->created_at->diffForHumans() }}
No recent activity to display