@extends('layouts.admin') @section('title', '控制台') @section('content')
工具条目
{{ $counts['tools'] }}
模型条目
{{ $counts['models'] }}
资讯条目
{{ $counts['articles'] }}
教程条目
{{ $counts['guides'] }}

最近更新:AI 工具

@forelse($recentTools as $item) {{ $item->name }} {{ $item->updated_at?->format('m-d H:i') }} @empty
暂无数据
@endforelse

最近更新:AI 模型

@forelse($recentModels as $item) {{ $item->name }} {{ $item->updated_at?->format('m-d H:i') }} @empty
暂无数据
@endforelse

最近更新:AI 资讯

@forelse($recentArticles as $item) {{ $item->title }} {{ $item->updated_at?->format('m-d H:i') }} @empty
暂无数据
@endforelse

最近更新:AI 教程

@forelse($recentGuides as $item) {{ $item->title }} {{ $item->updated_at?->format('m-d H:i') }} @empty
暂无数据
@endforelse
@endsection