@extends('layouts.admin') @section('title', 'Analytics') @push('styles') @endpush @section('content')
Platform-wide performance metrics and trends.
| Rank | User | Volume | Transactions |
|---|---|---|---|
| {{ $index + 1 }} | {{ $topUser->name ?? 'N/A' }} | ₦{{ number_format($topUser->total_volume ?? 0, 2) }} | {{ number_format($topUser->total_transactions ?? 0) }} |
| No data yet. | |||