{{ __("Overview") }}
{{ __("Here is an insight of what's going on.") }}
@if(!count(available_payment_methods())>0)
@endif
@endif
@endif
@if(count($pending)>0)
-
@foreach ($pending as $type)
- {{ $type->total }} {{ strtoupper($type->type) }} @endforeach
{{-- .card-title-group --}}
{{-- .col --}}
{{-- .col --}}
{{-- .nk-insight --}}
{{-- .card-inner --}}
{{ to_amount($withdraw['total'], $currency) }} {{ $currency }}
{{ __("Last month") }} {{ to_amount($withdraw['last_month'], $currency) }} {{ $currency }}
{{ __("Withdraw") }}
{{ __("Total Deposit") }}
{{ to_amount($deposit['total'], $currency) }} {{ $currency }}
{{ __("This Month") }}
{{ to_amount($deposit['this_month'], $currency) }}
@if($deposit['prtc_monthly'] > 0)
{{ abs($deposit['prtc_monthly']) }}%
@elseif($deposit['prtc_monthly'] < 0)
{{ abs($deposit['prtc_monthly']) }}%
@endif
{{ __("This Week") }}
{{ to_amount($deposit['this_week'], $currency) }}
@if($deposit['prtc_weekly'] > 0)
{{ abs($deposit['prtc_weekly']) }}%
@elseif($deposit['prtc_weekly'] < 0)
{{ abs($deposit['prtc_weekly']) }}%
@endif
{{ __("Total Withdraw") }}
{{ to_amount($withdraw['total'], $currency) }} {{ $currency }}
{{ __("This Month") }}
{{ to_amount($withdraw['this_month'], $currency) }}
@if($withdraw['prtc_monthly'] > 0)
{{ abs($withdraw['prtc_monthly']) }}%
@elseif($withdraw['prtc_monthly'] < 0)
{{ abs($withdraw['prtc_monthly']) }}%
@endif
{{ __("This Week") }}
{{ to_amount($withdraw['this_week'], $currency) }}
@if($withdraw['prtc_weekly'] > 0)
{{ abs($withdraw['prtc_weekly']) }}%
@elseif($withdraw['prtc_weekly'] < 0)
{{ abs($withdraw['prtc_weekly']) }}%
@endif
{{ __("Transactions") }}
@if(filled($transactions['all_tnx']))
@foreach ($transactions['all_tnx'] as $tnx)
@if($tnx->calc===TransactionCalcType::CREDIT)
{{-- .pro-item --}}
@elseif($tnx->calc===TransactionCalcType::DEBIT)
{{-- .pro-item --}}
@endif
@endforeach
@else
{{ $tnx->type_of_fund }}
{{ show_date($tnx->completed_at) }} {{ show_time($tnx->completed_at) }}
+ {{ to_amount($tnx->tnx_amount, $tnx->tnx_currency) }} {{ $tnx->tnx_currency}}
+ {{ to_amount($tnx->amount, $tnx->currency) }} {{ $tnx->currency}}
{{ $tnx->type_of_fund }}
{{ show_date($tnx->completed_at) }} {{ show_time($tnx->completed_at,true) }}
- {{ to_amount($tnx->tnx_amount, $tnx->tnx_currency) }} {{ $tnx->tnx_currency}}
- {{ to_amount($tnx->amount, $tnx->currency) }} {{ $tnx->currency}}
{{ __("No transaction available!") }}
@endif
@if(filled($transactions['debits']))
@foreach ($transactions['debits'] as $debit)
{{-- .pro-item --}}
@endforeach
@else
{{ $debit->type_of_fund }}
{{ show_date($debit->completed_at) }} {{ show_time($debit->completed_at) }}
- {{ to_amount($debit->tnx_amount, $debit->tnx_currency) }} {{ $debit->tnx_currency}}
- {{ to_amount($debit->amount, $currency) }} {{ $debit->currency}}
{{ __("No transaction available!") }}
@endif
@if(filled($transactions['credits']))
@foreach ($transactions['credits'] as $credit)
{{-- .pro-item --}}
@endforeach
@else
{{ $credit->type_of_fund }}
{{ show_date($credit->completed_at) }} {{ show_time($credit->completed_at) }}
+ {{ to_amount($credit->tnx_amount, $credit->tnx_currency) }} {{ $credit->tnx_currency}}
+ {{ to_amount($credit->amount, $credit->currency) }} {{ $credit->currency}}
{{ __("No transaction available!") }}
@endif
{{__("Investment Activities") }}
@if(filled($transactions['investments']))
@foreach ($transactions['investments'] as $iv)
@endforeach
@else
-
{{ strtoupper(substr($iv->scheme['short'], 0, 2)) }}
{{ $iv->scheme['name'] }} - {{ $iv->calc_details }}
{{ show_date($iv->created_at) }} {{ show_time($credit->created) }}
+ {{ to_amount($iv->amount, $currency) }} {{ $currency }}
{{ __("No activities available!") }}
@endif
{{ __("User Activities") }}
{{ __("In last 30 days") }}
{{ $stats['this_month'] }}
{{ __("Direct Join") }}
{{ $stats['ref_count'] }}
{{ __("Referral Join") }}
{{ __("Total Stats") }}
{{ __("Deposits") }}
{{ $transactions['dp_count'] }}
{{ $transactions['dp_since'] }} {{ __("since last month") }}
{{ __("Withdraws") }}
{{ $transactions['wd_count'] }}
{{ $transactions['wd_since'] }} {{ __("since last month") }}
{{ __("Transactions") }}
{{ $transactions['tnx_count'] }}
{{ $transactions['tnx_since'] }} {{ __("since last month") }}
{{ __("Users") }}
{{ $stats['user_count'] }}
{{ $stats['this_month'] }} {{ __("since last month") }}