@extends('layouts.master') @section('header') @endsection @php $menuperm = Illuminate\Support\Facades\Session::get('menu_perm') ?? []; @endphp @section('content')
@csrf
@csrf @method('PUT')
@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
{{-- --}} @endsection