Dashboard Financeiro

Visão geral da operação em tempo real

Administrador conectado: {{ $adminEmail }}
Atualizado há poucos segundos
@if (session('status'))
{{ session('status') }}
@endif @if ($errors->any())
{{ $errors->first() }}
@endif
@foreach ($stats as $stat)
@switch($stat['key']) @case('today') @break @case('month') @break @case('prizes') @break @case('withdrawals') @break @case('profit') @break @case('open_rounds') @break @case('closed_rounds') @break @default @endswitch Ao vivo
{{ $stat['label'] }}
{{ $stat['value'] }}
@endforeach