@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'] }} |
{{ $rma['status'] }}
{{--
--}}
{{ __('admin/rma.update_status') }}
@foreach ($histories as $history)
@endforeach
@endsection
@push('footer')
@endpush