@extends('layouts.base') @section('content') @section('title', trans('提现设置'))
{{--
--}}
{{--余额提现 start--}}
是否允许用户将余额提出
@if(app('plugins')->isEnabled('huanxun'))
@endif @if(app('plugins')->isEnabled('eup-pay'))
@endif
手动提现包含 银行卡、微信号、支付宝等三种类型,会员需要完善对应资料才可以提现
{{--余额提现 end--}}
@foreach(Config::get('widget.withdraw') as $key=>$value)
{!! widget($value['class'])!!}
@endforeach
@endsection