@extends('layouts.base') @section('content') @section('title', trans('Yunshop\StoreCashier::pack.store_detail'))
@include(\Yunshop\StoreCashier\admin\StoreController::STORE_BASE_VIEW)
{{----}}
商城未开启相关支付则收银台支付设置无效, 前往商城支付设置
%
%
%
@if(array_key_exists('love', $exist_plugins))
{{-- --}}
%
@endif
%
@if(array_key_exists('love', $exist_plugins))
{{-- --}}
%
%
%
%
@endif
@if($widgets['cashier']['coupon_names']) @foreach($widgets['cashier']['coupon_names'] as $k=>$v) @endforeach @endif
添加优惠券
@foreach ($data['levels'] as $level)
{{$level['level_name']}}
@endforeach
@if(array_key_exists('love', $exist_plugins))
%
%
%
@endif
%
%
%
@if(count($exist_plugins) != 0)
@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('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
@endif
@if(array_key_exists('single-return', $exist_plugins))
%
@endif
@endsection