Generate content using AI

Total generations

{{ $stats['total_generations'] ?? 0 }}

Total cost

${{ number_format($stats['total_cost'] ?? 0, 4) }}

Average generation time

{{ round($stats['average_generation_time'] ?? 0, 2) }}ms

API status

@if ($isApiValid) Connected @else Not connected @endif

@forelse($contents as $content) @empty @endforelse
Title Type Number of words Cost Status Generated by Date الإجراءات
{{ $content->title ?: 'No title' }} @if ($content->status === 'active' && $content->type === 'article' && $content->target_id)
Moved to articles @endif
{{ $content->type }} {{ $content->word_count }} ${{ number_format($content->cost, 4) }} @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') }}
No content generated by AI
@if ($contents->hasPages())
{{ $contents->links() }}
@endif
@push('scripts') @endpush