@extends('layouts.base') @section('content') @section('title', trans('充值记录'))
| ID | 使用时间 | 优惠券名称 | 会员 | 使用类型 | 详情 |
|---|---|---|---|---|---|
| {{$row['id']}} | {{$row['created_at']}} | {{$row['has_one_coupon']['name']}} |
{{$row['belongs_to_member']['nickname']}} |
{{$row['type_name']}} | {{$row['detail']}} | 没有更多数据了! | @endif