@extends('layout.guest') @section('content')

Data Masalah Konseling


@foreach ($penyakit as $index => $penyakit) @endforeach
No Kode Nama Masalah
{{ $index + 1 }} {{ $penyakit->code }} {{ $penyakit->name }}
Gambar Animasi
@endsection