@extends('layouts.app') @section('title', 'Laporan') @section('content')
Riwayat hasil rekomendasi makanan berdasarkan metode SAW
| No | Pasien | Gejala | Nilai SAW | Waktu | Aksi |
|---|---|---|---|---|---|
| {{ $laporan->firstItem() + $loop->index }} | {{ $item->nama_pasien }} | {{ ucwords(str_replace(',', ', ', $item->gejala)) }} | {{ number_format($item->nilai_saw,4) }} | {{ $item->created_at->format('d M Y') }} |