@extends('layouts.admin') @section('title', __('AI Dashboard')) @section('page-title', __('AI Dashboard')) @section('content')
| {{ __('Provider') }} | {{ __('Model') }} | {{ __('Tokens') }} | {{ __('Est. Cost') }} |
|---|---|---|---|
| {{ $row['provider_label'] ?? ($row['provider'] ?? '') }} | {{ $row['model'] ?? __('Default') }} | {{ number_format($tokens) }} | ${{ number_format($costCents / 100, 2) }} |
| {{ __('No AI usage yet for the selected range.') }} | |||