@extends('layouts.master') @php $menuperm = Illuminate\Support\Facades\Session::get('menu_perm') ?? []; @endphp @section('header') @endsection @section('content')
@csrf
@csrf
คัดลอกข้อมูลใบสั่งผลิตสินค้า
กลับ

ข้อมูลเอกสาร
@component('order.components.hd', ['oldHD' => $hd, 'xvpdtcode' => $xvpdtcode]) @endcomponent
@component('Components.Customer', ['oldValue' => $hd->XVCstCode]) @endcomponent
@component('order.components.dt', ['oldDT' => $dt]) @endcomponent
@component('order.components.cost',['oldValue' => $hd]) @endcomponent
@component('MasterItem.components.comment_detail', ['oldHD' => $hd]) @endcomponent
@component('MasterItem.components.comment_description', ['oldHD' => $hd]) @endcomponent @component('order.components.upload', ['oldPicture' => $imgUrl]) @endcomponent
@endsection