@extends('layouts.master') @section('header') @endsection @php use Illuminate\Support\Facades\DB; $MasterItems = DB::table('tmstmproduct')->orderBy('xvpdtcode', 'asc') ->get() ->toArray(); @endphp @section('content')
รายงานการเปลี่ยนชื่อ

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

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

ถึงวันที่

@endsection