@extends('layouts.base') @section('title', '充值详情') @section('content')
| 主键ID | 充值时间 | 充值会员 | 充值数量 | 充值状态 | 备注 |
|---|---|---|---|---|---|
| {{ $list->id }} | {{ $list->created_at }} |
@if($list->member->avatar)
@endif {{ $list->member->nickname ?: '未更新'}} |
{{ $list->amount }} | @if($list->status) @else @endif | {{ $list->remark }} |