POS
🔽 Filters
List POS
Add
Show
entries
| Action | Date ↕ | Invoice No. ↕ | Customer name ↕ | Contact Number ↕ | Location ↕ | Payment Status ↕ | Payment Method ↕ | Total amount ↕ | Total paid ↕ | Sell Return Due ↕ | Shipping Status ↕ | Total Item ↕ |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ $p->date ? \Carbon\Carbon::parse($p->date)->format('d-m-Y') : '' }} | {{ $p->invoice_no }} | {{ $p->customer_name }} | {{ $p->payment_status }} | {{ $p->payment_method }} | MWK {{ number_format($p->total_amount, 2) }} | MWK {{ number_format($p->total_paid, 2) }} | MWK {{ number_format($p->return_due ?? 0, 2) }} | {{ $p->shipping_status }} | {{ $p->total_items }} |
Showing 1 to {{ ($pos->count() ?? 0) }} of {{ ($pos->count() ?? 0) }} entries