@extends('layouts.base') @section('title', '充值') @section('content')
| 充值单号 | 粉丝 | 会员信息 手机号 |
充值时间 | 充值方式 | 充值金额 状态 |
备注信息 | 操作 | 查看详情 |
|---|---|---|---|---|---|---|---|---|
| {{ $list->order_sn }} |
@if($list->member->avatar || $shopSet['headimg'])
@endif {{ $list->member->nickname ? $list->member->nickname : '未更新' }} |
{{ $list->member->realname }}
{{ $list->member->mobile }} |
{{ $list->created_at }} | @if($list->pay_way == 0) 后台充值 @elseif($list->pay_way == 1) 前端充值 @endif |
{{ $list->change }}
@if($list->status == 1) 充值成功 @elseif($list->status == '-1') 充值失败 @else 申请中 @endif |
{{ $list->remark }} | @if($list->pay_way == 1 && $list->status == 0) 驳回审核 审核通过 @elseif($list->pay_way == 1 && $list->status == 1) 已审核通过 @elseif($list->pay_way == 1 && $list->status == -1) 已审核驳回 @elseif($list->pay_way == 0) 后台充值 @endif | 查看详情 |