@extends('layouts.admin') @section('title', 'AI 模型管理') @section('head') @include('admin.partials.modern-index-head') @endsection @section('content')
新建模型
@forelse($items as $item) @empty @endforelse
名称 模态 总分 状态 更新时间 操作
{{ $item->name }}
{{ $item->summary }}
{{ $item->modality ?: '-' }} {{ $item->total_score }} @include('admin.partials.status-badge', ['status' => $item->status]) {{ $item->updated_at?->format('Y-m-d H:i') }} 编辑
暂无模型数据,先新增一条内容吧。
@endsection