@php
$routeBack = 'rm.index';
@endphp
@component('RM.components.HandleDocStatus', ['routeBack' => $routeBack, 'DocStatus' => $DocStatus, 'hd' => $hd])
@endcomponent
ข้อมูลเอกสาร
@component('RM.components.hd', ['oldHD' => $hd])
@endcomponent
@component('RM.components.rmk', ['XVRmhDocRmk' => $hd->XVRmhDocRmk])
@endcomponent
@if ($hd->XVRmhDocNoGI == "")
@component('RM.components.dtMat',['oldDT' => $dt])
@endcomponent
@else
@component('RM.components.dt', ['oldDT' => $dt])
@endcomponent
@endif