@extends('layouts.master') @section('header') @endsection @section('content')
@csrf
@csrf @method('PUT')
ฟอร์มแก้ไขข้อมูล Master Design

ข้อมูลเอกสาร
วันที่แก้ไขล่าสุด :{{ $hd->XTWhenEdit }}
@component('Design.components.hd',['oldHD'=>$hd]) @endcomponent
@component('Design.components.secondHD',['oldHD'=>$hd]) @endcomponent
{{-- @component('Design.components.comment_detail',['oldHD'=>$hd]) @endcomponent --}}
@component('Design.components.comment_description',['oldHD'=>$hd]) @endcomponent @component('Components.upload',['oldPicture'=>$hd->XVDsImg,'hasDelete'=>true]) @endcomponent
@endsection