@extends('layouts.master')
@section('header')
@endsection
@php
use Illuminate\Support\Facades\DB;
$Material = DB::table('tmstmmaterial')
->orderBy('xvmatcode', 'asc')
->get()
->toArray();
$Materialgroup = DB::table('TMstMMatGroup')
->orderBy('xvmgpcode', 'asc')
->get()
->toArray();
$supplier = DB::table('tmstmsupplier')
->orderBy('XVSplCode', 'asc')
->get();
@endphp
@section('content')
เงื่อนไขในการเลือก
วัสดุ
ทั้งหมด
จาก
ถึง
กลุ่มวัสดุ
ทั้งหมด
จาก
ถึง
ผู้จัดจำหน่าย
ทั้งหมด
จาก
ถึง
@endsection