{{ __('Copy') }}
{{ __('Copy') }}
@if(getArrayValue($setting->investment_setting, getInputName(\App\Enums\InvestmentType::INVESTMENT->name)) == 1)
@endif
@if(getArrayValue($setting->investment_setting, getInputName(\App\Enums\InvestmentType::MATRIX->name)) == 1)
@endif
@if(getArrayValue($setting->investment_setting, getInputName(\App\Enums\InvestmentType::TRADE_PREDICTION->name)) == 1)
@endif
{{ __('frontend.dashboard.investment.index') }}
- {{ __('frontend.dashboard.investment.total') }} {{ getCurrencySymbol() }}{{ shortAmount($investmentReport->total) }}
- {{ __('frontend.dashboard.investment.profit') }} {{ getCurrencySymbol() }}{{ shortAmount($investmentReport->profit) }}
- {{ __('frontend.dashboard.investment.running') }} {{ getCurrencySymbol() }}{{ shortAmount($investmentReport->running) }}
{{ __('frontend.dashboard.matrix.index') }}
- {{ __('frontend.dashboard.matrix.total') }} {{ getCurrencySymbol() }}{{ shortAmount(@$matrixInvest->referral_commissions + @$matrixInvest->level_commissions) }}
- {{ __('frontend.dashboard.matrix.referral') }} {{ getCurrencySymbol() }}{{ shortAmount(@$matrixInvest->referral_commissions) }}
- {{ __('frontend.dashboard.matrix.level') }} {{ getCurrencySymbol() }}{{ shortAmount(@$matrixInvest->level_commissions) }}
{{ __('frontend.dashboard.trade.index') }}
- {{ __('frontend.dashboard.trade.total') }} {{ getCurrencySymbol() }}{{ shortAmount($tradeReport->total) }}
- {{ __('frontend.dashboard.trade.wining') }} {{ getCurrencySymbol() }}{{ shortAmount($tradeReport->wining) }}
- {{ __('frontend.dashboard.trade.loss') }} {{ getCurrencySymbol() }}{{ shortAmount($tradeReport->loss) }}
{{ __('frontend.dashboard.deposit_withdraw.monthly_report') }}
{{ __('frontend.dashboard.deposit.index') }}
- {{ __('frontend.dashboard.deposit.total') }} {{ getCurrencySymbol() }}{{ shortAmount(getArrayValue($deposit, 'total')) }}
- {{ __('frontend.dashboard.deposit.primary') }} {{ getCurrencySymbol() }}{{ shortAmount(getArrayValue($deposit, 'primary.amount')) }}
- {{ __('frontend.dashboard.deposit.investment') }} {{ getCurrencySymbol() }}{{ shortAmount(getArrayValue($deposit, 'investment.amount')) }}
- {{ __('frontend.dashboard.deposit.trade') }} {{ getCurrencySymbol() }}{{ shortAmount(getArrayValue($deposit, 'trade.amount')) }}
{{ __('frontend.dashboard.withdraw.index') }}
- {{ __('frontend.dashboard.withdraw.total') }} {{ getCurrencySymbol() }}{{ shortAmount($withdraw->total) }}
- {{ __('frontend.dashboard.withdraw.charge') }} {{ getCurrencySymbol() }}{{ shortAmount($withdraw->charge) }}
- {{ __('frontend.dashboard.withdraw.pending') }} {{ getCurrencySymbol() }}{{ shortAmount($withdraw->pending) }}
- {{ __('frontend.dashboard.withdraw.rejected') }} {{ getCurrencySymbol() }}{{ shortAmount($withdraw->rejected) }}
{{ __('Commissions') }}
{{ __('Referral Program') }}{{ __('Investment Commission') }}
{{ getCurrencySymbol() }}{{ shortAmount(getArrayValue($commissions, 'investment')) }}
{{ __('Referral Commission') }}
{{ getCurrencySymbol() }}{{ shortAmount(getArrayValue($commissions, 'referral')) }}
{{ __('Level Commission') }}
{{ getCurrencySymbol() }}{{ shortAmount(getArrayValue($commissions, 'level')) }}
{{ __('Wallets') }}
{{ __('Wallet Top Up') }}{{ __('Primary Balance') }}
{{ getCurrencySymbol() }}{{ shortAmount(Auth::user()?->wallet->primary_balance) }}
{{ __('Investment Balance') }}
{{ getCurrencySymbol() }}{{ shortAmount(Auth::user()?->wallet->investment_balance) }}
{{ __('Trade Balance') }}