{{ __('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.deposit_withdraw.monthly_report') }}
{{ __($setTitle) }}
@include('user.partials.matrix.commission', [
'commissions' => $profitLogs,
'type' => \App\Enums\CommissionType::INVESTMENT->value,
'route' => route('user.investment.profit.statistics'),
])
{{ $profitLogs->links() }}