@extends('admin::layouts.master') @section('title', __('admin/rma.index')) @section('content')
{{ __('admin/rma.rma_details') }}
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'] }}
{{ __('common.status') }}
{{ $rma['status'] }} {{-- --}} {{ __('admin/rma.update_status') }}
{{ __('admin/rma.operation_history') }}
@foreach ($histories as $history) @endforeach
@endsection @push('footer') @endpush