@section('title', __('Document Validation Settings'))
{{ __('Provider') }}
Infosimples
{{ __('API token') }}
{{ $tokenSet ? __('Configured') : __('Not configured') }}
{{ __('Mode') }}
{{ $testMode ? __('TEST (simulated)') : __('REAL (uses credits)') }}
{{ __('Queries made') }}
{{ $totalCount }} @if($lastRun) ({{ __('last') }}: {{ $lastRun->format('d/m H:i') }}) @endif
{{ __('Total spent') }}
R$ {{ number_format($totalSpent, 2, ',', '.') }}
{{ $message }}
@enderror{{ __('Find it at') }} api.infosimples.com — {{ __('the token is stored encrypted') }}.
{{ $message }}
@enderror{{ __('Use it to explore the whole flow; turn off to run real queries.') }}
{{ $connResult['ok'] ? '✔ ' . __('Connection OK') : '✖ ' . __('Connection failed') }}
{{ $connResult['label'] }}
@if (!empty($connResult['raw'])){{ json_encode($connResult['raw'], JSON_PRETTY_PRINT | JSON_UNESCAPED_UNICODE | JSON_UNESCAPED_SLASHES) }}
{{ __('Available queries') }}
{{ __('Every query is recorded with result, receipt and cost in the validation history.') }} {{ __('Heads-up: some error responses are also billed (e.g. 612 "not found", 702 "document not identified").') }}
{{ __('Automatic analysis (free)') }}
{{ __('As soon as the driver signs up, the platform reads the documents on its own (OCR) and checks CPF, name, expiry date, category and plate against what was declared. The human operator only steps in when the automation cannot conclude — and already receives the exact reason.') }}