| No | Tanggal | Jam | Nama | Sekolah | Keperluan | Keluhan | Tindakan | Obat |
|---|---|---|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $patient->created_at->format('d F Y') }} | {{ $patient->created_at->format('H:i') }} | {{ $patient->user->detail->name }} | {{ $patient->school->name }} | {{ \App\Values::SYMTOMP_TYPES[$patient->symptom_type_value] }} | {{ $patient->symptoms }} | {{ $patient->treatment }} | {{ $patient->medicine }} |