@foreach ($withdraws as $withdraw) @endforeach
编号 用户手机号 用户昵称 提现金额 手续费 实到金额 提现方式 状态 备注 创建时间 更新时间 操作
{{ $withdraw->id }} {{ $withdraw->user->mobile }} {{ $withdraw->user->info->nickname }} {{ $withdraw->amount }} {{ $withdraw->tax }} {{ $withdraw->take }} {{ $withdraw->type_text }} {{ $withdraw->state_text }} {{ $withdraw->remark }} {{ $withdraw->created_at }} {{ $withdraw->updated_at }} @if($withdraw->state == 0)审核@endif
显示 条,共 {{ $withdraws->total() }} 条