@extends('layouts.base') @section('title', trans('招商员等级')) @section('content')
总数:{{$list->total()}}
@foreach($list as $row) @endforeach
等级权重 等级名称 分红比例 升级条件 操作
{{ $row->level_weight }} {{ $row->level_name }} {{ $row->bonus_ratio }} @if($row->upgrate['is_open_supplier_count'] && $row->upgrate['supplier_count']) 一级会员人数满足{{$row->upgrate['supplier_count']}}人 @endif
@if($row->upgrate['is_open_goods'] && $row->upgrate['goods_id']) 购买[{{$row->goods->title}}] @endif
@if($row->upgrate['is_open_merchant_count'] && $row->upgrate['merchant_level'] && $row->upgrate['merchant_count']) 直推@foreach($list as $v) @if($v->id == $row->upgrate['merchant_level']) {{$v->level_name}} @endif @endforeach 招商员满{{$row->upgrate['merchant_count']}}人 @endif
{{----}}
{!!$pager!!}
@endsection