@extends('admin::layouts.master')
@section('title', __('admin/rma.index'))
@section('content')
| ID: |
{{ $rma->id }} |
| {{ __('admin/rma.customers_name') }}: |
{{ $rma->name }} |
| {{ __('common.phone') }}: |
{{ $rma->telephone }} |
| {{ __('admin/builder.modules_product') }}: |
{{ $rma->product_name }} |
| {{ __('product.model') }}: |
{{ $rma->model }} |
| {{ __('admin/rma.quantity') }}: |
{{ $rma->quantity }} |
| {{ __('admin/rma.reasons_return') }}: |
{{ $rma->quantity }} |
待支付
{{--
--}}
{{ __('admin/rma.update_status') }}
@foreach ($rma->histories as $history)
@endforeach
@endsection
@push('footer')
@endpush