@extends('layouts.user.base') @php $_icon = ''; $user = auth()->user()->load(['group_user.group', 'tokn_wallet']); $total_tokens = $groups->sum('access_tokn'); $total_division_value = $user->group_user->group->access_tokn; $group_level_percentage = $total_division_value < 1 ? 100 : percentage($user->tokn_wallet->balance, $total_division_value); @endphp @section('page-title') Referrals @endsection @section('content')
| Name | Bonus | {{--Joined | --}}Level | Plan | Status |
|---|---|---|---|---|---|
| {{ $downline['referree']->settings->incognito_mode ? "******" : $downline['referree']->name }} |
{{ formatMoney($downline['bonus']) }} |
{{--
{{ timeAgo($downline['referree']->created_at) }} | --}}
{{ $downline['level'] }} |
@php
$investments = $downline['referree']->active_investments;
$plan_bame = $investments->count() > 0 ? $investments->sortByDesc('id')->first()->plan->name : NOT_AVAILABLE;
@endphp
{{ $plan_bame }} |
{{ $downline['referree']->status_data()->message }} |
The accumulation of PRP tokens will serve as the means of accessing the various referral levels available on the system.
Learn More