@extends('admin.base') @section('title', 'Панель управления') @section('content')
{{ $totalUsers ?? 0 }}
{{ $totalReferrals ?? 0 }}
{{ number_format($totalDeposits ?? 0, 2, ',', ' ') }} RUB
10%, 5%, 3%
Логин | Дата регистрации | Пополнение | Реферальные | Уровень |
---|---|---|---|---|
{{ $ref->name }} | --}} {{--{{ $ref->created_at->format('d.m.Y') }} | --}} {{--{{ number_format($ref->deposit ?? 0, 2, ',', ' ') }} RUB | --}} {{--{{ number_format($ref->referral_earnings ?? 0, 2, ',', ' ') }} RUB | --}} {{--{{ $ref->level }} | --}} {{--
Нет данных |