← Quay lại lịch sử

{{ $content->typeIcon() }} {{ $content->title ?: $content->typeLabel() }}

{{ $content->typeLabel() }} · {{ $content->created_at->format('d/m/Y H:i') }}

@if ($content->status === 'completed')
{{ $content->output }}
@if ($content->image_url) Thumbnail AI @endif @else

Lỗi: {{ $content->error_message }}

@endif
Xem input đã dùng
{{ json_encode($content->input, JSON_PRETTY_PRINT | JSON_UNESCAPED_UNICODE) }}