@extends('layouts.base') @section('content') @section('title', trans('提现记录'))
提现记录
提现列表 总数:[[total]]   提现金额合计:[[amount]] @if(app('plugins')->isEnabled('tax-withdraw')) 第三方 @php echo TAX_WITHDRAW_DIY_NAME; @endphp 账户可用余额:@php echo \Yunshop\TaxWithdraw\services\TaxService::getBalance(); @endphp @endif
@endsection