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

ไม่พบข้อมูล

@endif @endsection