@extends('layouts.base') @section('content')
| ID | 充值时间 | 粉丝 | 订单编号 | 赠送总数量 | 已赠送数量 | 剩余数量 | 单次赠送数量 | 最后一次赠送数量 | 状态 |
|---|---|---|---|---|---|---|---|---|---|
| {{ $item->id }} | {{ $item->created_at }} |
{{$item->member->nickname}} |
{{$item->order->order_sn}} | {{ $item->point_total }} | {{ $item->finish_point }} | {{ $item->surplus_point }} | {{ $item->once_unit }} | {{ $item->last_point }} | {{ $item->status_name }} |