@extends('layouts.reportSaleForm') @section('report') @if($result->count()>0)
| ลำดับ | รหัส | ชื่อสินค้า | จำนวน | ราคารวม |
|---|---|---|---|---|
| {{$i}} | {{$row->item_itmcd}} | {{$row->item_name}} | {{$row->qty}} | {{number_format($row->totam,2)}} |
| {{number_format($sumtotam,2)}} |
ไม่พบข้อมูล