@extends('admin::layouts.master') @section('title', '售后申请') @section('content')
| ID: | {{ $rma->id }} |
| 客户姓名: | {{ $rma->name }} |
| 联系电话: | {{ $rma->telephone }} |
| 商品: | {{ $rma->product_name }} |
| 型号: | {{ $rma->model }} |
| 数量: | {{ $rma->quantity }} |
| 退货原因: | {{ $rma->quantity }} |