@extends('layouts.base') @section('content') @section('title', trans('提现设置'))
{{--余额提现 start--}}
是否允许用户将余额提出
@if(app('plugins')->isEnabled('huanxun'))
@endif @if(app('plugins')->isEnabled('eup-pay'))
@endif @if(app('plugins')->isEnabled('converge_pay'))
@endif @if(app('plugins')->isEnabled('high-light') && \Yunshop\HighLight\services\SetService::getStatus())
@endif @if(app('plugins')->isEnabled('eplus-pay') && \Yunshop\EplusPay\services\SettingService::usable())
@endif @if(\app\common\services\finance\IncomeService::workerWithdrawEnable(2))
@endif @if(\app\common\services\finance\IncomeService::workerWithdrawEnable(1))
@endif
手动提现包含 银行卡、微信号、支付宝等三种类型,会员需要完善对应资料才可以提现
@if(app('plugins')->isEnabled('silver-point-pay'))
@endif
{{--
--}} {{--
--}} {{-- --}} {{--
--}} {{-- --}} {{-- --}} {{-- 余额提现自动审核、自动打款(自动打款只支持提现到提现到汇聚支付一种方式!)--}} {{--
--}} {{--
--}} {{--
--}}
{{--余额提现 end--}}
@foreach(\app\common\modules\widget\Widget::current()->getItem('withdraw') as $key=>$value)
{!! widget($value['class'])!!}
@endforeach
@endsection