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

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

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

ถึงวันที่

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

จาก

ถึง

@endsection