| Service | Staff | Qty | Price | Total |
|---|---|---|---|---|
|
{{ $si['service_name'] }}
@if($si['discount_percent'] > 0){{ $si['discount_percent'] }}% off @endif
|
{{ $si['staff_name'] ?? '—' }} |
{{ $si['quantity'] }} | {{ number_format($si['selling_price'], 2) }} | {{ number_format($si['line_total'], 2) }} |
| Product | Qty | Price | Total |
|---|---|---|---|
| {{ $item->product?->name ?? 'Product' }} | {{ $item->quantity }} | {{ number_format($item->selling_price, 2) }} | {{ number_format($item->line_total, 2) }} |