@extends('layouts.admin') @section('title', 'AI Blog Generator') @section('content')

AI Blog Generator

Generate blog content using AI

1 Generate Topics

Generated Topics:

2 Generate Outline

Generated Outline:

3 Generate Full Article

Generated Article:

Tips

  • Be specific about your expertise area for better topic suggestions
  • Review and customize the outline before generating the full article
  • Always review and edit AI-generated content before publishing

Recent Generations

@forelse($recentLogs as $log)

{{ Str::limit($log->prompt, 50) }}

{{ $log->created_at->diffForHumans() }} • {{ ucfirst($log->provider) }}

@empty

No recent generations

@endforelse
@push('scripts') @endpush @endsection