@extends('layouts.reportSaleForm') @section('report') @if($result)
| Item | Invoice no. | Date | Cus Name | Qty. | Amount |
|---|---|---|---|---|---|
| {{$row->item_itmcd}} | {{$row->item_name}} | {{number_format($row->sum_amount)}} | {{number_format($row->sum_price)}} | ||
| {{$row_detail->order_id}} | {{$row_detail->date}} | {{$row_detail->fname}} {{$row_detail->lname}} | {{number_format($row_detail->item_amount)}} | {{number_format($row_detail->sum_amount_bill)}} | |
ไม่พบข้อมูล