Created on = date('F j, Y, g:i a', strtotime($order['created_at'])) ?>
Official Order Invoice
| Item Description | SKU | Unit Price | Qty | Amount |
|---|---|---|---|---|
|
= e($item['product_name']) ?>
= e($item['category'] ?? 'Product') ?>
|
= e($item['sku'] ?? 'N/A') ?> | = money($item['unit_price']) ?> | = e($item['quantity']) ?> | = money($item['total_price']) ?> |
Permanently remove this order and its associated records.