{{ $tenant->email }}@if($tenant->phone) · {{ $tenant->phone }}@endif
@endif| # | SKU / Item | Batch | Qty | Unit | @if ($hasPricing)Unit price | @if ($showLineTax)GST | Tax | @endifLine total | @endif
|---|---|---|---|---|---|---|---|---|
| {{ $line->line_number }} |
{{ $line->sku?->sku_code }}
@if ($item)
{{ $item->name }}
@if ($line->sku?->variant?->variant)
— {{ $line->sku->variant->variant }}
@endif
@endif
|
@if ($line->batch) {{ $line->batch->batch_no ?: 'Batch #'.$line->batch->id }} @else — @endif | @qty($line->qty) | {{ $line->unit?->symbol ?? $line->unit?->name ?? '—' }} | @if ($hasPricing){{ $line->unit_price !== null ? number_format((float) $line->unit_price, 2) : '—' }} | @if ($showLineTax)@if ($line->tax) {{ $line->tax->name }} ({{ $line->tax->rate }}%) @else — @endif | {{ $line->tax_amount !== null ? number_format((float) $line->tax_amount, 2) : '—' }} | @endif{{ $total !== null ? number_format($total, 2) : '—' }} | @endif
| Subtotal (taxable) | ₹{{ number_format($grandSubtotal, 2) }} |
| @if ($useAverageGst) Average GST ({{ number_format((float) $dispatch->average_gst_rate, 2) }}%) @else GST / Tax @endif | ₹{{ number_format($grandTax, 2) }} |
| Grand total | ₹{{ number_format($grandTotal, 2) }} |
{{ $dispatch->remarks }}