@extends('layouts.master') @section('header') @endsection @php use Illuminate\Support\Facades\DB; $OR = DB::table('tdoctorhd'); $OR = $OR->orderBy('XVOrhDocNo','asc') ->leftjoin('tmstmcustomer', 'tdoctorhd.XVCstCode', 'tmstmcustomer.XVCstCode') ->select('tdoctorhd.XVOrhDocNo','tmstmcustomer.XVCstName') ->get() ->toArray(); @endphp @section('content')
ตั้งแต่วันที่
ถึงวันที่
จาก
ถึง