@extends('layouts.app') @section('title', $page_title) @section('content')
{{ __('app.ai_generations_subheading') }}
| {{ __('app.ai_generations_provider') }} | {{ __('app.ai_generations_tokens_used') }} | {{ __('app.ai_generations_date') }} | {{ __('app.view') }} |
|---|---|---|---|
| {{ ucfirst($gen->provider) }} | {{ $gen->tokens_used !== null ? number_format($gen->tokens_used) : '—' }} | {{ \App\Http\Helper\Helper::datetimeDisplay($gen->created_at) }} | {{ __('app.view') }} |
| {{ __('app.ai_generations_empty') }} | |||