{{ $content->title ?: 'No title' }}
{{ $content->type }}
{{ $content->meta_description }}
{{ $content->keywords }}
@if ($content->status === 'active') Active @elseif($content->status === 'inactive') Inactive @else Draft @endif
{{ $content->admin->name ?? 'Not defined' }}
{{ $content->created_at->format('Y-m-d H:i:s') }}
{{ $content->word_count }}
${{ number_format($content->cost, 4) }}
{{ $content->model_used }}
{{ $content->formatted_generation_time }}
{{ json_encode($content->options, JSON_PRETTY_PRINT | JSON_UNESCAPED_UNICODE) }}
{{ $content->usage_data['prompt_tokens'] }}
{{ $content->usage_data['completion_tokens'] }}
{{ $content->usage_data['total_tokens'] }}