Total Clients

{{ $stats['total'] }}

Active (Billed)

{{ $stats['active'] }}

Pending Revenue

Rs. {{ number_format($stats['pending_amount']) }}

@if(session('success'))
{{ session('success') }}
@endif
@foreach($clients as $c) @endforeach
Client Name FBR ID Inv. Status Last Update Amount Action
{{ $c->name }} {{ $c->fbr_id }} {{ $c->invoice_counter }}/3 {{ strtoupper($c->status) }} {{ $c->updated_at ? \Carbon\Carbon::parse($c->updated_at)->format('d M, h:i A') : '---' }} Rs. {{ number_format($c->renewal_amount) }}