@extends('admin::layouts.master') @section('title', '售后申请') @section('content')
售后申请详情
ID: {{ $rma->id }}
客户姓名: {{ $rma->name }}
联系电话: {{ $rma->telephone }}
商品: {{ $rma->product_name }}
型号: {{ $rma->model }}
数量: {{ $rma->quantity }}
退货原因: {{ $rma->quantity }}
状态
待支付 {{-- --}} 更新状态
操作历史
@foreach ($rma->histories as $history) @endforeach
@endsection @push('footer') @endpush