@extends('layouts.admin') @section('title', config('app.name') . ' : Dsshboard Panel Admin') @section('content')
Congratulations {{ auth()->user()->username }}! 🎉

Total Balance Admin

IDR. {{ number_format($balanceAgent, 0, ',', '.') }}

view sales
Statistics Today
IDR. {{ number_format($approveTransactionsAmountToday, 0, ',', '.') }}
Deposit Today
IDR. {{ number_format($approveAmountWd, 0, ',', '.') }}
Withdrawal Today
{{ $totalNew }}
New Members
IDR. {{ number_format($pendapatan, 0, ',', '.') }}
Revenue Today

{{ $totalUserAll }}

Total Member

{{ $approveTransactions }}

Total Deposit Approve

{{ $rejectTransactions }}

Total Deposit Rejected

{{ $cancelledTransactions }}

Total Cancelled

IDR. {{ number_format($totalBalance, 0, ',', '.') }}

Total All Balance Member

{{ $approvewd }}

Total WD Approve

{{ $rejectwd }}

Total WD Rejected

{{ $totalwd }}

Total All WD

Statistik Pendaftaran Member

@endsection @push('scripts') @endpush