@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 }} @switch( $item->xbisactive) @case(1) ใช้งาน @break @default ไม่ใช้งาน @endswitch {{ $item->XVWhoEdit }} {{ $item->XTWhenEdit }}
@endsection