@extends('layout.master') @section('body-class', 'page-account-rmas') @section('content')
| 商品 | 数量 | 服务类型 | 退换原因 | 创建时间 | {{--状态 | --}}操作 |
|---|---|---|---|---|---|---|
| {{ sub_string($rma['product_name'], 80) }} | {{ $rma['quantity'] }} | {{ $rma['type'] }} | {{ $rma['reason'] }} | {{ $rma['created_at'] }} | {{--{{ $rma['status'] }} | --}}查看 |