@extends('layouts.base') @section('title', trans('Yunshop\Love::withdraw_set.title')) @section('content')
@include('Yunshop\Love::Backend.tabs')
{{ trans('Yunshop\Love::withdraw_set.withdraw_set') }}
{{ trans('Yunshop\Love::withdraw_set.withdraw_multiple_hint') }}
{{ trans('Yunshop\Love::withdraw_set.withdraw_multiple_introduce') }}
{{ trans('Yunshop\Love::withdraw_set.withdraw_scale_hint') }}
{{ trans('Yunshop\Love::withdraw_set.withdraw_scale_introduce') }}
{{ trans('Yunshop\Love::withdraw_set.withdraw_poundage_hint') }}
%
{{ trans('Yunshop\Love::withdraw_set.withdraw_poundage_introduce') }} 【点我前往】>
@if($assetPluginStatus && !$digitizationList->isEmpty())
每提现一笔,都要扣除1:1的所选{{ PLUGIN_ASSET_DIGITIZATION_NAME }},如果没有足够的所选{{ PLUGIN_ASSET_DIGITIZATION_NAME }}不允许提现
@endif
@endsection