@extends('layouts.master') @section('content')
วัสดุ

ตัวเลือกการค้นหา
@component('Components.Material_Type', ['isRequired' => true, 'oldValue' => isset($oldHD->xvmtycode) ? $oldHD->xvmtycode : '']) @endcomponent
@foreach ($HD as $key => $item) @endforeach
ลำดับ เลขที่วัสดุ Item ID ชื่อวัสดุ กลุ่มวัสดุ ประเภทวัสดุ แก้ไข ความเคลื่อนไหววัสดุ
{{ $key += 1 }} {{ $item->xvmatcode }} {{ $item->xvmatid }} {{ $item->xvmatname }} {{ $item->xvmgpname }} {{ $item->xvmtyname }}
@endsection