@extends('app') @section('content') View RMA

VIEW RMA

Company Details

{{ $rma_service->company_name }}
{{ $rma_service->client_name }}

Technician/Serivce Details

{{ $rma_service->biker_name }}
{{ $rma_service->shipment_id }}

Other Details

{{ $rma_service->model_no }}
{{ $rma_service->serial_no }}
{{ $rma_service->product_name }}
{{ $rma_service->product_descp }}
{{ $rma_service->rma_type }}
{{ $rma_service->issue }}
{{ $rma_service->warranty }}
{{ $rma_service->recieved_product_date }}
{{ $rma_service->date_of_repairing }}
{{ $rma_service->no_of_days }}
{{ $rma_service->challan_no }}
{{ $rma_service->status }}
{{ $rma_service->remark }}
@endsection