@extends('layouts.base') @section('content')
提现者信息

昵称: {{$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

提现申请订单信息 共计 {{$order_count}} 个订单 佣金总计 {{$withdraw->money}} 元 @if ($withdraw->status == 1) 审核通过 审核不通过 @endif
@foreach($withdraw->belongsToManyOrder as $row) @endforeach
订单号 总金额 商品金额 运费 成本+运费 付款方式 下单时间
{{$row->order_sn}} {{$row->price}} {{$row->goods_price}} 运费:{{$row->dispatch_price}} {{$row->profit}} {{$row->pay_type_name}} {{$row->create_time}}
@foreach($row->hasManyOrderGoods as $g) @endforeach
商品 名称 单价 数量 总价
{{$g->title}} 原价: {!! $g->goods_price/$g->total !!}
折扣后:{!! $g->price/$g->total !!}
{{$g->total}} 原价
{{$g->goods_price}}
折扣后
{{$g->price}}
@if ($withdraw->status == 2)
打款信息
此次佣金总额: {{$withdraw->money}} 元 应该打款:{{$withdraw->money}}
@endif
{{--@if ($withdraw->status == 1) @endif @if ($withdraw->status == 2) @endif {{--@if ($withdraw->type == 1)--}} {{----}} {{--@elseif ($withdraw->type == 2)--}} {{----}} {{--@endif--}} @if ($withdraw->status == 2) @if ($withdraw->type == 1) @elseif ($withdraw->type == 2) @elseif ($withdraw->type == 3) @elseif ($withdraw->type == 4) @endif @endif
@endsection