@extends('layouts.base') @section('content') @section('title', '提现记录')
| ID | 创建时间 | 提现单号 | 请求号 | 会员 | 提现金额(元) | 状态 | 信息描述 | 操作 |
|---|---|---|---|---|---|---|---|---|
| {{$row->id}} | {{$row->created_at}} | {{$row->withdraw_sn}} | {{$row->merchantOrderNo}} |
@if ($row->hasOneMember->nickname) {{$row->hasOneMember->nickname}} @else {{$row->hasOneMember->mobile}} @endif |
{{$row->paidAmount}} | {{$row->status_name}} | {{$row->desc}} | @if ($row->status == '0') 查询跟新 @endif |