@extends('layouts.main') @section('title', 'Dashboard - Rice Leaf AI') @section('content')

Dashboard Overview

Ringkasan data klasifikasi dan performa model Artificial Intelligence.

@foreach(['Total Prediksi' => [$totalPrediksi, 'blue'], 'Blast' => [$blast, 'red'], 'Blight' => [$blight, 'yellow'], 'Healthy' => [$healthy, 'green'], 'Tungro' => [$tungro, 'orange']] as $label => $data)

{{ $label }}

{{ $data[0] }}

@endforeach

Statistik Penyakit

Prediksi Terbaru

Lihat Semua →
@foreach($terbaru as $item) @endforeach
Gambar Hasil Diagnosa Confidence Tanggal
{{ $item->penyakit }} {{ $item->confidence }}% {{ $item->created_at->format('d M Y, H:i') }}
@endsection @push('scripts') @endpush