{{ $company->address }}
| Vouchers : {{ $first_voucher }} to {{ $last_voucher }} | Remarks : {{ $remarks }} |
| S.No | Item Name | MRP | Quantity | Unit |
|---|---|---|---|---|
| {{ $accountingVoucherItems[0]->stockItem->stockGroup->name }} | ||||
| {{ $loop->iteration }} | {{ $accountingVoucherItem->stockItem->name }} | {{ $accountingVoucherItem->stockItem->getMrp($accountingVoucherItem->accountingVoucher->voucher_date) }} | {{ $accountingVoucherItem->quantity }} | {{ $accountingVoucherItem->unit->symbol }} |
| Total | {{ $accountingVoucherItems->sum('quantity') }} | |||