@extends('admin::layouts.master') @section('title', '用户组') @section('content')
| # | 名称 | 描述 | 等级 | 消费额度 | 折扣率 | 奖励积分系数 | 使用积分系数 | 操作 |
|---|---|---|---|---|---|---|---|---|
| @{{ group.id }} | @{{ group.description?.name || '' }} | @{{ group.description?.description || '' }} | @{{ group.level }} | @{{ group.total }} | @{{ group.discount_factor }} | @{{ group.reward_point_factor }} | @{{ group.use_point_factor }} |