@extends('layouts.reportSaleForm') @section('report') @if($orders->count()>0) @foreach($orders as $order) @endforeach
03 สรุปยอดคะแนนรายการขายระหว่างวันที่ {{$sdate}} ถึง {{$edate}} วันที่เวลาพิมพ์ {{now()}}
เลขที่ใบเสร็จ สมาชิก วันที่ เข้ายอด PV ผู้เปิดบิล
{{$order->order_id}} {{$order->fname}} {{$order->lname}} {{$order->date}} {{$order->pyear.'/'.$order->pmth}} {{number_format($order->totpv)}} {{$order->user_name}}
{{number_format($total->total_pv)}}
{{ $orders->appends(request()->query())->links() }} @else

ไม่มีข้อมูลใบสั่งซื้อสินค้าในระบบ

@endif @endsection