@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.creation_time') }} | {{ __('common.action') }} | |
|---|---|---|---|---|---|
|
{{ sub_string($rma['product_name'], 80) }}
|
{{ $rma['quantity'] }} | {{ $rma['type'] }} | {{ $rma['created_at'] }} | {{ __('shop/account.rma.check') }} | |
|
|
|||||