Total Orders
{{ meta.total || 0 }}
Pending Payment
{{ pendingCount }}
Accepted & Verified
{{ acceptedCount }}
Refill Requests
{{ refillCount }}
| Order Number | Customer Info | Service Requested | Payment & TrxID | Amount | Status | Submitted Date | Actions |
|---|---|---|---|---|---|---|---|
| Loading orders... | |||||||
| {{ ord.order_number }} {{ ord.order_type === 'refill' ? 'Refill Request' : 'New Purchase' }} |
{{ ord.customer_name }}
{{ ord.customer_phone }}
{{ ord.customer_email }}
|
{{ ord.product?.name || 'Digital Service' }}
{{ ord.product?.duration || '1 Month' }}
|
{{ ord.payment_method }}
TrxID: {{ ord.transaction_id }}
|
৳{{ ord.amount }} | {{ ord.status.toUpperCase() }} | {{ formatDate(ord.created_at) }} |
{{ ord.admin_note }}
|
| No orders found matching your criteria. | |||||||