Sale Details #= htmlspecialchars((string)$sale['id']) ?>
Back to SalesCustomer: = htmlspecialchars($sale['customer_name'] ?? 'N/A') ?>
Date: = htmlspecialchars($sale['sale_date']) ?>
Total: = htmlspecialchars((string)$sale['payable_amount']) ?>
Items Purchased
| Product | Quantity | Price per Unit | Total |
|---|---|---|---|
| = htmlspecialchars($item['product_name']) ?> | = htmlspecialchars((string)$item['quantity']) ?> | = htmlspecialchars((string)$item['price_per_unit']) ?> | = htmlspecialchars((string)$item['total_price']) ?> |