Delivery - {{$purchase->entry_no}}
{{ $purchase->customer->address }}
{{ $purchase->customer->contact }}
{{ $purchase->customer->phone}}
Pur Order: #{{ $purchase->purchase_order_no ?? ''}}
AOD No: {{ $purchase->m_aod_no ?? ''}}
Invoice No: {{$old_invoice->entry_no ?? ''}}
Issue Date: {{ $purchase->transaction_date }}
# | Item Code | Description | Invoiced Qty | Issue Qty | Balance Qty |
---|---|---|---|---|---|
{{ $loop->iteration }} | {{ $line->product->code ?? '' }} | {{$line->product->name ?? ''}} | {{$line->invoice_quantity ?? 0}} | {{$line->issue_quantity ?? 0}} | {{$line->balance_quantity ?? 0}} |