{{ $settings->welcome_message }}
{{ __('t.account_overview') }}
{{ __('t.available_balance') }}
{{ Number::currency(Auth::user()->roi, $settings->s_currency) }}
{{ Number::currency(Auth::user()->bonus, $settings->s_currency) }}
{{ Number::currency(Auth::user()->ref_bonus, $settings->s_currency) }}
{{ Number::currency(auth()->user()->totalWithdrawals(), $settings->s_currency) }}
{{ $plan->plan->name }}
{{ Number::currency($plan->amount, $settings->s_currency) }}
| {{ __('t.amount') }} | {{ __('t.type') }} | |
|---|---|---|
| {{ Number::currency($item->amount, $settings->s_currency) }} | {{ $item->type }} | |
|
{{ __('t.no_transactions') }} Your transaction history will appear here |
||