@extends('layouts.base') @section('content') @section('title', trans('微店等级列表'))
总数:{{$list->total()}}
@foreach($list as $row) @endforeach
等级权重 等级名称 分红比例 商品 操作
{{ $row->level_weight }} {{ $row->level_name }} {{ $row->bonus_ratio }}
{{$row->hasOneGoods->title}}
{{--{!! $pager !!}--}}
@endsection