@extends('printgeneral') @section('contentnew')
| SI.No. | Item Code | Description | Unit | Quantity | Cost Avg. | Total | |
|---|---|---|---|---|---|---|---|
| {{$i}} | {{$item->item_code}} | {{$item->description}} | {{$item->packing}} | {{$qty}} | {{number_format($cost,2)}} | {{number_format($subtotal,2)}} | |
| Grand Total: | {{$qtytotal}} | {{number_format($total,2)}} | |||||