{{ __('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.investment.re_invest') }} {{ getCurrencySymbol() }}{{ shortAmount($investmentReport->re_invest) }}
  • {{ __('frontend.dashboard.investment.closed') }} {{ getCurrencySymbol() }}{{ shortAmount($investmentReport->closed) }}
{{ __('frontend.dashboard.investment.now') }}
{{ __('frontend.dashboard.deposit_withdraw.monthly_report') }}
@if($investmentPlans->isNotEmpty())
@foreach($investmentPlans as $investmentPlan)
{{ __($investmentPlan->name) }}

{{ __('admin.dashboard.content.invest.total_one') }}

{{ getCurrencySymbol() }}{{ shortAmount($investmentPlan->investmentLogs->sum('amount')) }}

{{ __('admin.dashboard.content.invest.profit') }}

{{ getCurrencySymbol() }}{{ shortAmount($investmentPlan->investmentLogs->sum('profit')) }}
@endforeach
@endif

{{ __($setTitle) }}

@include('user.partials.matrix.commission', [ 'commissions' => $profitLogs, 'type' => \App\Enums\CommissionType::INVESTMENT->value, 'route' => route('user.investment.profit.statistics'), ])
{{ $profitLogs->links() }}