@extends('layouts.reportSaleForm') @section('report') @if($result->count()>0) @foreach($result as $row) @endforeach
02 รายงานกำไรขายปลีก ระหว่างวันที่ {{$sdate}} ถึง {{$edate}} วันที่เวลาพิมพ์ {{now()}}
หมายเลขโทรศัพท์ ชื่อ - สกุล ธนาคาร เลขที่บัญชี จำนวนเงิน
{{$row->username}} {{$row->name}} {{$row->lastname}} {{$row->bnkcd}} {{$row->bnkac}} {{number_format($row->total_pfprice)}}
รวม {{number_format($i)}}
{{ $result->appends(request()->query())->links() }} @else

ไม่มีข้อมูลรายงาน

@endif @endsection