{{ Number::currency($user->account_bal, $settings->s_currency) }}
Account Balance
{{ Number::currency($user->roi, $settings->s_currency) }}
Total Profit
{{ Number::currency($user->bonus, $settings->s_currency) }}
Total Bonus
{{ Number::currency($user->ref_bonus, $settings->s_currency) }}
Total Referral Bonus
{{ count($this->referrals) }}
Total Refferals
@if ($this->referral) spa_mode) wire:navigate @endif> {{ $this->referral->name }} @else No One @endif
Reffered By
Fulname

{{ $user->name }}

Username

{{ $user->username }}

Email Address

{{ $user->email }}

Phone Number

{{ $user->phone_number }}

Country

{{ $user->country }}

Date of Birth

{{ is_null($user->date_of_birth) ? 'Not Set' : $user->date_of_birth->format('d M, Y') }}

Created At

{{ $user->created_at->toDayDateTimeString() }}