@extends('layouts.master') @section('header') @endsection @php use Illuminate\Support\Facades\DB; $customer = DB::table('tmstmcustomer') ->orderBy('XVCstCode', 'asc') ->get(); @endphp @section('content')
รายงานการสั่งผลิตแยกตามลูกค้า

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

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

ถึงวันที่

ลูกค้า
ทั้งหมด

จาก

ถึง

@endsection {{-- --}}