@extends('layouts.base')
@section('title', '优惠券使用记录')
@section('content')
[[scope.row.member.nickname]]
未更新
[[scope.row.get_total]]
查看
[[scope.row.get_from_total]]
查看
[[scope.row.receive_total]]
查看
[[scope.row.used_total]]
查看
[[scope.row.unused_total]]
查看
@endsection