@extends('admin.layouts.masterlayout') @section('styles') @endsection @section('content')
Dashboard
  1. Analytics
published_with_changes
Welcome {{session()->get('AdminDetail')->name}}

You are all wallet balance

{{formatCurrency($total_wallet)}}

Check details below

View Details
account_balance_wallet

₹{{ $today_add_fund == 0 ? 0 : $today_add_fund }}

Today's Deposit

trending_up
{{-- expand_less --}}

₹ {{$total_investment}}

Today's Investment

emoji_events
{{-- expand_less --}}

₹ {{ $total_winning_distribute == 0 ? 0 : $total_winning_distribute }}

Today's Wining

leaderboard
{{-- expand_less --}}

₹ {{ $total_withdraw == 0 ? 0 : $total_withdraw }}

Today's Withdraw

Leagues Status

{{$total_earning_percentage}} %

Total Earning

fiber_manual_recordInvestment

₹ {{$total_investment}}

fiber_manual_recordRefunds

₹ {{$total_refund}}

fiber_manual_recordWinning

₹ {{$total_winning_distribute}}

Earning View

{{date('F Y')}}

Monthly

{{'₹ ' .$current_month_earning}}

{{date('F Y', mktime(0, 0, 0, date('m')-1, 1, date('Y')))}}

Yearly

{{'₹ ' .$current_year_earning}}

Today's Users
account_circle
Registered Users
{{--

Total: 152

--}}
{{$todays_total_user_join}}
{{--

Since yesterday

--}}
people_alt
Active Users
{{--

Total: 89

--}}
{{$active_contest_users}}
{{--

Since yesterday

--}}
supervised_user_circle
Promoters
{{--

Total: 34

--}}
{{$total_promoter}}
{{--

Since yesterday

--}}
Today's Pending KYC
contact_phone
Pan Card
{{$user_tota_pan}}
assignment_ind
Aadhaar Card
{{$user_tota_aadhar}}
assured_workload
Bank Account
{{$total_bank}}
Total Wallets
account_balance_wallet
Deposits
{{'₹ '.$Total_add_cash}}
emoji_events
Winning
{{'₹ '.$user_total_winning}}
paid
Bonus
{{round($user_total_bonus)}}
currency_exchange
Coins
{{round($user_total_coin)}}
Recent Withdrawal Transactions
view_list
@if(!empty($transactionLast10) && !$transactionLast10->isEmpty()) @foreach($transactionLast10 as $key=>$val) @endforeach @else @endif
SNo. Email Mobile TDS Amount
{{$key+1}} {{$val->email??'N/A'}} {{$val->mobile ?? 'N/A'}} {{'₹ '.$key}} {{'₹ '.$val->amount}}
No Data Available

Launch Matches

{{$liveMatches ?? 0}}

emoji_events

OTP Consume

15000

password

Api Hits

45000

integration_instructions

Default Notification Time

3 Minutes

notifications_active
@php function formatCurrency($value) { return isset($value) && !empty($value) ? '₹ ' . $value . ' /-' : '₹ 0 /-'; } @endphp @endsection @section('scripts')
@endsection