| NO | KODE | NAMA BARANG | MERK | JENIS | QTY | HARGA | TOTAL |
| {{$no++}} | {{$item->item->code}} | {{$item->item->name}} | {{$item->item->item_brand->name}} | {{$item->item->item_type->name}} | {{$item->qty}} | {{number_format($item->custom_price,0,',','.')}} | {{number_format($item->custom_price * $item->qty,0,',','.')}} |
| SUB TOTAL : | {{number_format($sub_total,0,',','.')}} | ||||||
| DISCOUNT : | {{number_format($diskon_total,0,',','.')}} | ||||||
| GRAND TOTAL : | {{number_format($grand_total,0,',','.')}} | ||||||
Dicetak Oleh : {{Auth::user()->name}}
Pada Tanggal : {{date('d/m/Y')}}