{{-- Pending --}}
Pending Amount

{{ Number::currency($stats['pending_amount']['amount'] ?? 0, 'PKR') }}

{{ $stats['pending_amount']['count'] ?? 0 }} (Order)
{{-- Shipped --}}
Shipped Amount

{{ Number::currency($stats['shipped_amount']['amount'] ?? 0, 'PKR') }}

{{ $stats['shipped_amount']['count'] ?? 0 }} (Order)
{{-- Delivered --}}
Delivered Amount

{{ Number::currency($stats['delivered_amount']['amount'] ?? 0, 'PKR') }}

{{ $stats['delivered_amount']['count'] ?? 0 }} (Order)
{{-- Delivery Fail --}}
Delivery Fail Amount

{{ Number::currency($stats['delivery_fail_amount']['amount'] ?? 0, 'PKR') }}

{{ $stats['delivery_fail_amount']['count'] ?? 0 }} (Order)
{{-- Unpaid --}}
Unpaid Amount

{{ Number::currency($stats['unpaid_amount']['amount'] ?? 0, 'PKR') }}

{{ $stats['unpaid_amount']['count'] ?? 0 }} (Invoices)
{{-- Paid --}}
Paid Amount

{{ Number::currency($stats['paid_amount']['amount'] ?? 0, 'PKR') }}

{{ $stats['paid_amount']['count'] ?? 0 }} (Invoices)
{{-- Video card (static) --}}