@extends('admin.layout') @section('content') @if (session('generated_key'))
{{ session('success') }} Please copy this API key now. It is encrypted in the database and will NOT be shown again.
Configure customized pricing rates, perform manual credits, and track escrow balances.
{{ $stats['total_clients'] }}
₹{{ number_format($stats['total_balance'], 2) }}
{{ $stats['total_requests'] }}
₹{{ number_format($stats['total_revenue'], 2) }}
| Company Name | Wallet Balance | Pricing Configuration (Per Request) | Actions |
|---|---|---|---|
|
{{ $client->name }}
@if($client->email)
{{ $client->email }}
@endif
ID: {{ $client->id }} | Key Hash: {{ substr($client->api_key, 0, 10) }}...
|
₹{{ number_format($client->wallet_balance, 2) }}
@if ($client->wallet_balance <= 10.00)
Low Balance
@endif
|
PAN: ₹{{ $client->pan_charge }}
Adh Basic: ₹{{ $client->aadhaar_basic_charge }}
Adh OTP: ₹{{ $client->aadhaar_otp_charge }}
Adh Submit: ₹{{ $client->aadhaar_submit_charge }}
Link Check: ₹{{ $client->aadhaar_pan_link_charge }}
GST: ₹{{ $client->gst_charge }}
Bank: ₹{{ $client->bank_charge }}
|
|
| No client companies registered yet. Add one to get started! | |||