@extends('layouts.base') @section('content') @section('title', trans('基础设置')) 基础设置 插件开启 开启 关闭 排行榜类型 @if(app('plugins')->isEnabled('commission')) 推客 @endif @if(app('plugins')->isEnabled('team-dividend')) 经销商 @endif @if(app('plugins')->isEnabled('merchant')) 招商 @endif @if(app('plugins')->isEnabled('micro')) 微店 @endif @if(app('plugins')->isEnabled('area-dividend')) 区域代理 @endif @if(app('plugins')->isEnabled('room')) 主播 @endif 收入(仅统计推客 经销商管理 招商 区域分红 分销消费积分 业绩奖励 新业绩奖励) 收入排行榜 显示其他会员排名 只显示自己的排名 *收益提现文案 *收益提醒图片 {!! app\common\helpers\ImageHelper::tplFormFieldImage('data[thumb]', $item['thumb']) !!} 建议尺寸: 640*640 @endsection