@extends('layouts.main') @section('title', 'Dashboard - Rice Leaf AI') @section('content')
Ringkasan data klasifikasi dan performa model Artificial Intelligence.
{{ $data[0] }}
| Gambar | Hasil Diagnosa | Confidence | Tanggal |
|---|---|---|---|
| {{ $item->penyakit }} | {{ $item->confidence }}% | {{ $item->created_at->format('d M Y, H:i') }} |