Complete Binary Tree Structure
@if(session('error'))Loading Binary Team Tree...
| ID | Name & Role | Sponsor Code | Sponsor | Placement | Position | Left Points | Right Points | Matching Points | Generation | Status | PV Earned |
|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ $user->id }} |
{{ $user->name }}
{{ ucfirst($user->role) }}
|
{{ $user->sponsor_code ?? 'N/A' }} |
{{ $user->sponsor->name ?? 'ROOT' }}
@if($user->sponsor)
({{ $user->sponsor->sponsor_code }})
@endif
|
{{ $user->placement->name ?? 'ROOT' }} | @if($user->position) {{ $user->position }} @else ROOT @endif | {{ $user->left_points }} | {{ $user->right_points }} | {{ $user->matching_points }} | {{ $user->generation }} | {{ $user->is_active ? 'Active' : 'Inactive' }} | {{ number_format($user->total_pv_earned, 2) }} |
Start building your network by registering the first user.