{{ $tenant->email }}@if($tenant->phone) · {{ $tenant->phone }}@endif
@endif| # | SKU / Item | Qty | Unit | Unit price | Line total |
|---|---|---|---|---|---|
| {{ $line->line_number }} |
{{ $line->sku?->sku_code }}
@if ($item)
{{ $item->name }}
@if ($line->sku?->variant?->variant)
— {{ $line->sku->variant->variant }}
@endif
@endif
|
@qty($line->qty) | {{ $line->unit?->symbol ?? $line->unit?->name ?? '—' }} | {{ $line->unit_price !== null ? number_format((float) $line->unit_price, 2) : '—' }} | {{ $lineTotal !== null ? number_format($lineTotal, 2) : '—' }} |
| Estimated total | ₹{{ number_format($grandTotal, 2) }} |
{{ $purchaseOrder->remarks }}