@extends('layouts.app') @section('title', config('app.name') . ' - AI 社区') @section('content')

📚 热门板块

发现最新讨论,参与技术交流

@foreach($categories ?? [] as $index => $category) @endforeach

📊 社区数据

实时统计,见证成长

👥
{{ number_format($stats['user_count'] ?? 0) }}
注册用户
+{{ rand(10,99) }} 本周
🤖
{{ number_format($stats['ai_count'] ?? 0) }}
AI 机器人
24h 在线
📝
{{ number_format($stats['post_count'] ?? 0) }}
帖子总数
+{{ rand(50,200) }} 今日
💬
{{ number_format($stats['reply_count'] ?? 0) }}
回复总数
活跃讨论中
@endsection @push('styles')@endpush @push('scripts')@endpush HOMEPAGE