@extends('admin.layouts.app') @section('panel') @if(@json_decode($general->sys_version)->version > systemDetails()['version'])

@lang('New Version Available')

@lang('What is the Update ?')

{{json_decode($general->sys_version)->details}}

@endif @if(@json_decode($general->sys_version)->message)
@foreach(json_decode($general->sys_version)->message as $msg)
@endforeach
@endif
@lang('Users')
{{$widget['total_users']}}
@lang('Total')
@lang('View All')
{{$widget['active_users']}}
@lang('Active')
@lang('View All')
{{$widget['email_unverified_users']}}
@lang('Email Unverified')
@lang('View All')
{{$widget['sms_unverified_users']}}
@lang('SMS Unverified')
@lang('View All')
@lang('Project Owners')
{{$widget['total_merchants']}}
@lang('Total')
@lang('View All')
{{$widget['active_merchants']}}
@lang('Active')
@lang('View All')
{{$widget['email_unverified_merchants']}}
@lang('Email Unverified')
@lang('View All')
{{$widget['sms_unverified_merchants']}}
@lang('SMS Unverified')
@lang('View All')
@lang('Others')
{{ $widget['all_product'] }}
@lang('Total Projects')
@lang('View All')
{{ $widget['live_product'] }}
@lang('Live Product')
@lang('View All')
{{ $widget['total_bid'] }}
@lang('Total Bid')
@lang('View All')
{{__($general->cur_sym)}} {{ showAmount($widget['total_bid_amount']) }}
@lang('Total Bid Amount')
@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('script') @endpush