{{ $company->name }}

{{ $company->address }}


DELIVERY SLIP

Vouchers : {{ $first_voucher }} to {{ $last_voucher }} Remarks : {{ $remarks }}
@foreach($grouped as $accountingVoucherItems) @foreach ($accountingVoucherItems as $accountingVoucherItem) @endforeach @endforeach
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') }}