AsiaSoft FBR Tracking
Logout
Total Clients
{{ $stats['total'] }}
Active (Billed)
{{ $stats['active'] }}
Pending Revenue
Rs. {{ number_format($stats['pending_amount']) }}
Status
Pending
Paid
Go
Bulk Import
+ New Client
@if(session('success'))
{{ session('success') }}
@endif
Client Name
FBR ID
Inv.
Status
Last Update
Amount
Action
@foreach($clients as $c)
{{ $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) }}
@endforeach
@csrf
New Client
Name
FBR ID
Amount
@csrf
Bulk Import (Name, ID)
@csrf
Edit Client
Name
FBR ID
Status
Pending
Paid
Amount