昵称: {{$withdraw->hasOneMember->nickname}}
姓名: {{$withdraw->hasOneMember->realname}}
手机号: {{$withdraw->hasOneMember->mobile}}
@if ($withdraw->type == 1 && $withdraw->status == 2)
银行账号: {{$withdraw->hasOneSupplier->company_bank}}
开户人姓名: {{$withdraw->hasOneSupplier->bank_username}}
开户行: {{$withdraw->hasOneSupplier->bank_of_accounts}}
开户支行: {{$withdraw->hasOneSupplier->opening_branch}}
微信账号: {{$withdraw->hasOneSupplier->wechat}}
企业支付宝账号: {{$withdraw->hasOneSupplier->company_ali}}
企业支付宝用户名: {{$withdraw->hasOneSupplier->company_ali_username}}
支付宝账号: {{$withdraw->hasOneSupplier->ali}}
支付宝用户名: {{$withdraw->hasOneSupplier->ali_username}}
@endif
申请佣金: {{$withdraw->apply_money}} 元
手续费: {{$withdraw->apply_money - $withdraw->money}} 元
应打款佣金: {{$withdraw->money}} 元
打款方式:
@if ($withdraw->type == 1)
状态:
@if ($withdraw->status == 1)
申请中
@elseif ($withdraw->status == 2)
审核完毕,准备打款
@elseif ($withdraw->status == 4)
打款中
@elseif ($withdraw->status == 3)
已打款
@elseif ($withdraw->status == -1)
驳回
@endif
@if ($withdraw->status == 1)
申请时间: {{$withdraw['created_at']}}
@endif
@if ($withdraw->status == 2)
审核时间: {{$withdraw['updated_at']}}
@endif
@if ($withdraw->status == 3)
打款时间: {{date('Y-m-d H:i', $withdraw['pay_time'])}}
@endif