@extends('layouts.master') @section('header') @endsection @php $menuperm = Illuminate\Support\Facades\Session::get('menu_perm') ?? []; @endphp @section('content')
@csrf
@csrf @method('PUT')
ฟอร์มแก้ไขข้อมูลใบปรับคลังวัสดุ
@if (in_array(12, $menuperm)) @php $routeBack = 'adj.index'; @endphp {{-- @else @php $routeBack = 'Approve.adj'; @endphp --}} @endif @component('StockAdjust.components.HandleDocStatus', ['routeBack' => $routeBack, 'DocStatus' => $DocStatus,'hd',$hd]) @endcomponent

ข้อมูลเอกสาร
@component('StockAdjust.components.hd',['oldHD'=>$hd,'empty'=>true]) @endcomponent
@component('StockAdjust.components.rmk',['XVAjhDocRmk'=>$hd->XVAjhDocRmk]) @endcomponent
@component('StockAdjust.components.dt',['oldDT'=>$dt,'DocStatus'=>$DocStatus]) @endcomponent
@endsection {{----}} {{----}} {{----}}