@extends('layout.master') @section('body-class', 'page-account-rmas') @section('content')
| {{ __('shop/account.rma.commodity') }} | {{ __('shop/account.rma.quantity') }} | {{ __('shop/account.rma.service_type') }} | {{ __('shop/account.rma.return_reason') }} | {{ __('shop/account.rma.creation_time') }} | {{--状态 | --}}{{ __('common.action') }} |
|---|---|---|---|---|---|---|
| {{ sub_string($rma['product_name'], 80) }} | {{ $rma['quantity'] }} | {{ $rma['type'] }} | {{ $rma['reason'] }} | {{ $rma['created_at'] }} | {{ __('shop/account.rma.check') }} | |
|
|
||||||