@extends('adminlte::page') @section('title', 'Invoice') @section('content_header')
| Qty | Product | Item Code # | Item Weight # | Description | Price | Subtotal |
|---|---|---|---|---|---|---|
| {{$qty}} | {{$key['item_name']}} | {{$key['item_code']}} | {{$key['item_weight']}} gr | {{$key['item_description']}} | Rp. {{number_format($key['item_price'],0,",",".")}} | Rp. {{number_format($total,0,",",".")}} |
| Total: | Rp. {{$totalAll}} | |||||