@extends('admin.layouts.app') @section('title', '提现申请列表') @section('content')

提现申请列表

ID 用户名 提现金额 姓名 收款方式 收款账号 申请时间 状态 操作
id; ?> user->user_name; ?>user->mobile){echo '
TEL:'.$row->user->mobile;} ?>
money; ?> name; ?> method; ?> 账号:account;if($row->bank_name){echo '
银行名称:'.$row->bank_name;}if($row->bank_place){echo '
开户行:'.$row->bank_place;} ?>
add_time); ?> status_text; ?> status==0){ ?>成功 拒绝
@endsection