@extends('layouts.app') @section('title', 'Log AI — ' . config('app.name')) @section('content')
| Waktu | Jalur | Status | Model | Pengguna | Latency | Usage | Error |
|---|---|---|---|---|---|---|---|
| {{ $row->dibuat_pada?->format('Y-m-d H:i:s') ?? '—' }} | {{ $row->jalur }} | @if ($row->status === 'berhasil') berhasil @else gagal @endif | {{ $row->nama_model ?? '—' }} | {{ $row->user?->nama ?? '—' }} | {{ isset($meta['latency_ms']) ? $meta['latency_ms'].' ms' : '—' }} | @if ($usage) p:{{ $usage['prompt_tokens'] ?? '?' }} / c:{{ $usage['completion_tokens'] ?? '?' }} @else — @endif | {{ $row->pesan_kesalahan ?: '—' }} |
| Belum ada log AI. | |||||||