{{\App::setLocale(Session::get('locale'))}} @extends('layouts.user-layout') @section('title', trans('word.sponsor_list')) @section('content')
@lang('word.sponsor_list')
@lang('word.total_active_user') @lang('word.total_downline_bv') @lang('word.total_direct_active_user')
{{$comm->total_active_downline}} {{number_format($comm->total_downline,2)}} {{$comm->total_active_sponsor_line}}
@foreach($sponsorTreeObj as $treeRow)
{{$treeRow->ud->name}}-{{$treeRow->ud->username}}
@lang('word.realname'):{{$treeRow->ud->realname}}  @lang('word.level'):{{getUserLevel($treeRow->ud->level)}}  @lang('word.mobile'):{{$treeRow->ud->mobile}}  @lang('word.total_active_user'):{{$treeRow->comm->total_active_downline}}  @lang('word.total_downline_bv'):{{number_format($treeRow->comm->total_downline,2)}}  @lang('word.join_date'):{{$treeRow->ud->created_at}} 
@endforeach
@endsection