@extends('layouts.base') @section('title', trans('创客商管理')) @section('content')
| 会员ID | 推荐人 | 昵称 | 姓名手机 | 创客商等级下级创客商人数 | 累计佣金已打款佣金 | 关注 | 黑名单 | 操作 |
|---|---|---|---|---|---|---|---|---|
| {{$row['member_id']}} |
@if($row->toParent)
|
|
{{$row->Member['realname']}} {{$row->Member['mobile']}} | @if($row->agentLevel) {{$row->agentLevel['name']}} @else 默认等级 @endif {{$row['lowers']}}人 | {{$row['commission_total']}} {{$row['commission_pay']}} | @if($row['fans']['follow']) 已关注 @else 未关注 @endif | @if($row['is_black']) 是 @else 否 @endif |