@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(8, $menuperm)) @php $routeBack = 'fr.index'; @endphp {{-- @else @php $routeBack = 'Approve.fr'; @endphp --}} @endif @component('FR.components.HandleDocStatus',['routeBack'=>$routeBack,'DocStatus'=>$DocStatus,'bFilter' => $bFilter??false]) @endcomponent

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