@extends('admin.layouts.app') @section('panel')
{{$widget['total_users']}}
@lang('Total Users')
@lang('View All')
{{$widget['verified_users']}}
@lang('Total Verified Users')
@lang('View All')
{{$widget['email_unverified_users']}}
@lang('Total Email Unverified Users')
@lang('View All')
{{$widget['sms_unverified_users']}}
@lang('Total SMS Unverified Users')
@lang('View All')
@lang('Monthly Deposit & Withdraw Report')

{{showAmount($payment['total_deposit_amount'])}} {{$general->cur_text}}

@lang('Total Deposit')


{{showAmount($payment['total_deposit_charge'])}} {{$general->cur_text}}

@lang('Total Deposit Charge')

{{showAmount($paymentWithdraw['total_withdraw_amount'])}} {{$general->cur_text}}

@lang('Total Withdraw')


{{showAmount($paymentWithdraw['total_withdraw_charge'])}}{{$general->cur_text}}

@lang('Total Withdraw Charge')

{{$payment['total_deposit_pending']}}

@lang('Pending Deposit')

{{$paymentWithdraw['total_withdraw_pending']}}

@lang('Pending Withdrawals')

@lang('Last 30 days Deposit History')
@lang('Last 30 days Withdraw History')
@lang('Login By Browser')
@lang('Login By OS')
@lang('Login By Country')
@endsection @push('breadcrumb-plugins') @lang('Last Cron Run') {{diffForHumans($general->last_cron)}} @endpush @push('script') @endpush