| Description | Staff | Qty | Unit Price | Total |
|---|---|---|---|---|
|
{{ $si['service_name'] }}Service
@if($si['discount_percent'] > 0){{ $si['discount_percent'] }}% discount @endif
|
{{ $si['staff_name'] ?? '—' }} |
{{ $si['quantity'] }} | KSh {{ number_format($si['selling_price'], 2) }} | KSh {{ number_format($si['line_total'], 2) }} |
|
{{ $item->product?->name ?? 'Product' }}Product
@if($item->product?->sku)SKU: {{ $item->product->sku }} @endif
|
— | {{ $item->quantity }} | KSh {{ number_format($item->selling_price ?? 0, 2) }} | KSh {{ number_format($item->line_total ?? 0, 2) }} |
| No items recorded | ||||