| Bill NO | Store ID | Clerk ID | Table No | Subtotal | Point Spent | Date Transaction | Action |
|---|---|---|---|---|---|---|---|
| {{$invoice->bill_no}} | {{$invoice->store_id}} | {{$invoice->clerk_id}} | {{$invoice->table_no}} |
Rp. {{number_format($invoice->subtotal)}}
@if ($invoice->ecr == -1)
(RECHARGE) @endif @if ($invoice->ecr == -2) (OFFLINE ENTRY) @endif |
{{number_format($invoice->point_spent)}} | {{date('Y-m-d, H:i:s', strtotime($invoice->date_added))}} | Preview |
| Bill NO | Store ID | Clerk ID | Table No | Subtotal | Point Spent | Date Transaction | Action |