| {{ _mt($moduleId,'DownLineList.Sl_No') }} | {{ _mt($moduleId,'DownLineList.member_id') }} | {{ _mt($moduleId,'DownLineList.username') }} | {{ _mt($moduleId,'DownLineList.firstname') }} | {{ _mt($moduleId,'DownLineList.lastname') }} | @if(getScope()!='user'){{ _mt($moduleId,'DownLineList.Email') }} | {{ _mt($moduleId,'DownLineList.mobilenumber') }} | @endif{{ _mt($moduleId,'DownLineList.dateOfJoin') }} |
|---|---|---|---|---|---|---|---|
| {{ ($downlines->currentPage() * $downlines->perPage()) - $downlines->perPage() + $loop->iteration }} | {{ $downline->user->member_id }} | {{ $downline->user->username }} | {{ $downline->user->metaData->firstname }} | {{ $downline->user->metaData->lastname }} | @if(getScope()!='user'){{ $downline->user->email}} | {{ $downline->user->phone}} | @endif{{ date('Y-m-d',strtotime($downline->created_at))}} |