{{ showPrice($user?->balance) }}

{{ __('user.Current Balance') }}

{{ __('user.View Details') }}

{{ showPrice($user?->interest_balance)}}

{{ __('user.Interest Balance') }}

{{ __('user.View Details') }}

{{ showPrice($active_invests) }}

{{ __('user.Running Investment') }}

{{ __('user.View Details') }}

{{ showPrice($total_deposits) }}

{{ __('user.Total Deposit') }}

{{ __('user.View Details') }}

{{ showPrice($total_invests) }}

{{ __('user.Total Invest') }}

{{ __('user.View Details') }}

{{ showPrice($total_payouts) }}

{{ __('user.Total Payout') }}

{{ __('user.View Details') }}

{{ showPrice($total_referral_bonus) }}

{{ __('user.Total Referral Bonus') }}

{{ __('user.View Details') }}

{{ showPrice($total_referral_bonus) }}

{{ __('user.Total Transaction') }}

{{ __('user.View Details') }}

{{ $total_tickets }}

{{ __('user.Total Ticket') }}

{{ __('user.View Details') }}
{{ __('user.Recent Transactions') }}
@foreach($transactions as $index=> $item) @endforeach
{{ __('user.S.N') }} {{ __('user.Type') }} {{ __('user.Txnid') }} {{ __('user.Amount') }} {{ __('user.Date') }} {{ __('user.Status') }}
#{{ ++$index }} {{ $item->type }} {{ $item->txnid }} {{ showPrice($item->amount) }} {{ format_date($item->created_at) }}
{{ __('user.Current Level') }}

{{ $ranking?->lavel }}

{{ $ranking?->name }}

{{ __('user.Benefits') }}: {{ $ranking->benefits }}

{{ __('user.Refer and Earn') }}

{{ __('user.Use the link below to invite your friends') }}

{{ __('user.Upgrade Your Plan for Greater Rewards!') }}

{{ __('user.Unlock exclusive benefits like higher returns, faster withdrawals, and lower fees.') }}

  • {{ __('user.Current Plan:') }} {{ __('user.Beginner InvestorNext Level: Pro Investor') }}
  • 🔒 {{ __('user.Limited Offer:') }} {{ __('user.Get a 5% bonus on upgrading today!') }}
{{ __('user.Upgrade Now') }}
@push('scripts') @endpush