|
{{ config('app.name', 'CurioGPT') }}
Afdeling AI-Gebruiksfacturatie — Opgericht op het moment dat jij hulp nodig had
|
Factuur
|
|
Factureren aan
@if (!empty($user->email))
@endif
|
Gebruiksperiode
@if ($periodStart && $periodEnd)
{{ $periodStart->format('d-m-Y H:i') }} – {{ $periodEnd->format('d-m-Y H:i') }}
@else
{{ __('app.teacher.usage.no_usage_yet') }}
@endif
|
| Model | Opgegeven reden | Totaal tokens | Gesch. kosten (USD) | ||
|---|---|---|---|---|---|
| {{ $item['model'] }} | @php $excuses = [ 'gpt-5' => '“Ik ging voor de premium twijfel”', 'gpt-5-mini' => '“Budgetcontrole, je kent het wel”', 'gpt-4o' => '“Die gaf een ander antwoord”', 'gpt-4o-mini'=> '“Voor een mini-vraagje moest ik gewoon even vreemdgaan”', ]; $excuse = $excuses[$item['model']] ?? '“Geen commentaar”'; @endphp {!! $excuse !!} | {{ number_format($item['total_tokens'], 0, ',', '.') }} | @if (is_null($item['estimated_cost_usd'])) {{ __('app.common.price_missing') }} @else €{{ number_format($item['estimated_cost_usd'], 4, ',', '.') }} @endif | ||
| {{ __('app.teacher.usage.no_usage_yet') }} | |||||
| Totaal tokens | {{ number_format($usage['total_tokens'], 0, ',', '.') }} |
| Geschat factuurbedrag | €{{ number_format($subtotalUsd, 4, ',', '.') }} |