@extends($activeTemplate . 'layouts.master') @section('content') @php $kyc = getContent('kyc.content', true); @endphp
@if ($user->kv == Status::KYC_UNVERIFIED && $user->kyc_rejection_reason) @elseif($user->kv == Status::KYC_UNVERIFIED) @elseif($user->kv == Status::KYC_PENDING) @endif @if ($user->deposit_wallet <= 0 && $user->interest_wallet <= 0) @endif @if ($user->deposits->where('status', 1)->count() == 1 && !$user->invests->count()) @endif @if ($pendingWithdrawals) @endif @if ($pendingDeposits) @endif @if (!$user->ts) @endif @if ($isHoliday) @endif
@lang('Successful Deposits')

{{ showAmount($successfulDeposits) }}

@lang('Submitted')

{{ showAmount($submittedDeposits) }}

@lang('Pending')

{{ showAmount($pendingDeposits) }}

@lang('Rejected')

{{ showAmount($rejectedDeposits) }}

@lang('You\'ve requested to deposit') {{ showAmount($requestedDeposits) }}. @lang('Where') {{ showAmount($initiatedDeposits) }} @lang('is just initiated but not submitted.')

@lang('Successful Withdrawals')

{{ showAmount($successfulWithdrawals) }}

@lang('Submitted')

{{ showAmount($submittedWithdrawals) }}

@lang('Pending')

{{ showAmount($pendingWithdrawals) }}

@lang('Rejected')

{{ showAmount($rejectedWithdrawals) }}

@lang('You\'ve requested to withdraw') {{ showAmount($requestedWithdrawals) }}. @lang('Where') {{ showAmount($initiatedWithdrawals) }} @lang('is just initiated but not submitted.')

@lang('Total Investments')

{{ showAmount($invests) }}

@lang('Completed')

{{ showAmount($completedInvests) }}

@lang('Running')

{{ showAmount($runningInvests) }}

@lang('Interests')

{{ showAmount($interests) }}

@lang('You\'ve invested') {{ showAmount($depositWalletInvests) }} @lang('from the deposit wallet and') {{ showAmount($interestWalletInvests) }} @lang('from the interest wallet')

@lang('Latest ROI Statistics')

@lang('Here is last 30 days statistics of your ROI (Return on Investment)')

@if ($user->kv == Status::KYC_UNVERIFIED && $user->kyc_rejection_reason) @endif @endsection @push('script') @endpush