Invoice Summary
Business: {{ $businessName }}
Table: {{ $tableName }}
Payment Status: Paid
Paid Amount: KSH {{ number_format($finalAmount, 2) }}
Meals Served:
@foreach($productsDetails as $product)
-
{{ $product['product_name'] }} -
{{ $product['quantity'] }} -
KSH {{ number_format($product['unit_price'], 2) }} -
KSH {{ number_format($product['subtotal'], 2) }}
@endforeach
Total Due: KSH {{ number_format($totalDue, 2) }}
Selected Seats: {{ $selectedSeat }}