Total Users
{{ $stats['total_users'] ?? 0 }}
Total Merchants
{{ $stats['total_merchants'] ?? 0 }}
Total Orders
{{ $stats['total_orders'] ?? 0 }}
Pending Payments
{{ $stats['pending_payments'] ?? 0 }}
Active Subscriptions
{{ $stats['active_subscriptions'] ?? 0 }}
Expiring Soon (7 days)
{{ $stats['expiring_soon'] }}
| Order # | Customer | Total | Status | Date |
|---|---|---|---|---|
| {{ $order->order_number }} | {{ $order->customer->name ?? 'N/A' }} | {{ format_price($order->total_amount) }} |
|
{{ $order->created_at->format('M d, Y') }} |
| No orders yet. | ||||