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

ข้อมูลเอกสาร
@component('FA.components.hd', ['oldHD' => $hd]) @endcomponent
@component('FA.components.rmk', ['XVFahDocRmk' => $hd->XVFahDocRmk ?? '']) @endcomponent
@component('FA.components.dt', ['oldDT' => $dt, 'DocStatus' => $DocStatus]) @endcomponent
@endsection