| 编号 |
手机号 |
昵称 |
当前身份 |
业务员 |
机构 |
上级 |
直推 |
登录次数 |
激活时间 |
注册时间 |
|
@foreach ($users as $user)
| {{ $user->id }} |
{{ $user->mobile }} |
{{ $user->info->nickname }} |
{{ $user->identity_text }} |
{{ $user->salesman_text }}
@if($user->is_salesman)
取消
@else
设置
@endif
|
{{ $user->organ->name }} |
{{ $user->parent->info->nickname ?? '无' }}({{ $user->parent['id'] ?: '' }}) |
{{ $user->identity->relation_count }}
[血缘视图]
|
{{ $user->logins_count }} |
{{ $user->identity->created_at??'' }} |
{{ $user->created_at }} |
开通身份
编辑
@if($user->relation->parent_id==1 || $user->identity->identity_id==0)
改变上级
@endif
改变组织
|
@endforeach
显示
条,共 {{ $users->total() }} 条