@extends($activeTemplate.'layouts.master') @section('content')
@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 @if($user->kv == 0) @elseif($user->kv == 2) @endif
@lang('Successful Deposits')

{{ showAmount($successfulDeposits) }} {{ $general->cur_text }}

@lang('Submitted')

{{ $general->cur_sym }}{{ showAmount($submittedDeposits) }}

@lang('Pending')

{{ $general->cur_sym }}{{ showAmount($pendingDeposits) }}

@lang('Rejected')

{{ $general->cur_sym }}{{ showAmount($rejectedDeposits) }}

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

@lang('Successful Withdrawals')

{{ showAmount($successfulWithdrawals) }} {{ $general->cur_text }}

@lang('Submitted')

{{ $general->cur_sym }}{{ showAmount($submittedWithdrawals) }}

@lang('Pending')

{{ $general->cur_sym }}{{ showAmount($pendingWithdrawals) }}

@lang('Rejected')

{{ $general->cur_sym }}{{ showAmount($rejectedWithdrawals) }}

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

@lang('Total Investments')

{{ showAmount($invests) }} {{ $general->cur_text }}

@lang('Completed')

{{ $general->cur_sym }}{{ showAmount($completedInvests) }}

@lang('Running')

{{ $general->cur_sym }}{{ showAmount($runningInvests) }}

@lang('Interests')

{{ $general->cur_sym }}{{ showAmount($interests) }}

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

@lang('Latest ROI Statistics')

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

@endsection @push('script') @endpush