| No | Invoice | Products | Qty Out | Price Sell | Payment Method | Date | Sub Total |
|---|---|---|---|---|---|---|---|
| {{ $index + 1 }} | {{$row->invoice}} | {{ $row->name }} | {{ $row->qty_out }} | {{ number_format($row->price_sell, 0, ',', '.') }} | {{ $row->payment_method }} | {{$row->created_at_detail}} | Rp {{ number_format($row->price_sell * $row->qty_out, 0, ',', '.') }} |
| Data tidak tersedia | |||||||
| TOTAL | Rp {{ number_format($total, 0, ',', '.') }} | ||||||