@extends('layouts.base') @section('content') @section('title', '分润设置')
@if(array_key_exists('commission', $exist_plugins))
{{-- --}}
{{----}} {{----}} @foreach($exist_plugins['commission']['commission_levels'] as $level) {{----}} @endforeach
等级名称 一级分销 二级分销三级分销
默认等级
%
%
--}} {{--
--}} {{----}} {{--
%
--}} {{--
--}} {{--
{{$level->name}}
%
%
--}} {{--
--}} {{----}} {{--
%
--}} {{--
--}} {{--
@endif @if(array_key_exists('team-dividend', $exist_plugins))
{{-- --}}
%
@endif @if(array_key_exists('area-dividend', $exist_plugins))
{{-- --}}
%
@endif @if(array_key_exists('shareholder-dividend', $exist_plugins))
@endif @if(array_key_exists('merchant', $exist_plugins))
{{-- --}} %
@foreach($exist_plugins['merchant']['staff_levels'] as $key => $level)
{{$level->level_name}} %
@endforeach
@foreach($exist_plugins['merchant']['merchant_levels'] as $key => $level)
{{$level->level_name}} %
@endforeach @endif
@endsection