@extends('layouts.master') @section('header') @endsection @php use Illuminate\Support\Facades\DB; $Material = DB::table('tmstmmaterial')->orderBy('xvmatcode','asc')->get()->toArray(); @endphp @section('content')
รายงานการเบิกวัสดุแยกตามวัสดุ

เงื่อนไขในการเลือก
วันที่
ทั้งหมด

ตั้งแต่วันที่

ถึงวันที่

วัสดุ
ทั้งหมด

จาก

ถึง

@endsection