@extends('layouts.master') @section('header') @endsection @php $menuperm = Illuminate\Support\Facades\Session::get('menu_perm') ?? []; @endphp @section('content')
@csrf
@csrf @method('PUT')
ฟอร์มแก้ไขข้อมูลใบเบิกวัสดุ
{{-- @if($DocStatus == "1")
@endif --}} @php $routeBack = 'gi.index'; @endphp @component('Gi.components.HandleDocStatus',['routeBack'=>$routeBack,'DocStatus'=>$DocStatus, 'bFilter' => $bFilter??false]) {{-- --}} @endcomponent

ข้อมูลเอกสาร
@component('Gi.components.hd',['oldHD'=>$hd,'xvpdtcode'=>$xvpdtcode,'xvpdtName'=>$xvpdtName]) @endcomponent
@component('Gi.components.rmk',['XVGihDocRmk'=>$hd->XVGihDocRmk]) @endcomponent
@component('Gi.components.dt',['oldDT'=>$dt,'mtQ'=>$mtQ]) @endcomponent
@endsection