Credit Management

Manage VIP customer credit accounts

Total Customers

{{ $stats['total_customers'] }}

Outstanding

{{ currency($stats['total_outstanding']) }}

Good Standing

{{ $stats['good_standing'] }}

Warning

{{ $stats['warning'] }}

Suspended

{{ $stats['suspended'] }}

Customer Credit Limit Outstanding Available Status Actions

No credit customers found

@if($customers->hasPages())
{{ $customers->links() }}
@endif