@extends('layouts.reportSaleForm') @section('report') @if($result) @foreach($result as $row) @endforeach
14.Sale Detail Tour point ระหว่างวันที่ {{$sdate}} - {{$edate}} วันที่เวลาพิมพ์ {{now()}}
No. Cus Name OrderID Order Date Order Price Tour Point
{{$i}} {{$row->name}} {{$row->lastname}} {{$row->order_id}} {{$row->date}} {{number_format($row->price)}} {{number_format($row->sum_point)}}
รวม 0
@else

ไม่พบข้อมูล

@endif @endsection