@extends('layouts.customer') @section('title', 'AI Tools') @section('page-title', 'AI Tools') @section('content')
| Tool | Provider / Model | Status | Tokens | Created | Output | |
|---|---|---|---|---|---|---|
| {{ str_replace('_', ' ', (string) $g->tool) }} |
{{ (string) $g->provider }}
@if(is_string($g->model ?? null) && trim((string) $g->model) !== '')
{{ (string) $g->model }}
@endif
@if($g->used_admin_keys)
admin keys
@endif
|
@if($g->success) Success @else Failed @endif | {{ $g->tokens_used !== null ? (int) $g->tokens_used : '—' }} | {{ $g->created_at ? $g->created_at->format('Y-m-d H:i') : '—' }} |
@if($g->success && $output !== '')
{{ \Illuminate\Support\Str::limit($output, 120) }} |
@if($g->success && $output !== '') @customercan('templates.permissions.can_create_templates') @endcustomercan @endif |
| No history yet. | ||||||