@extends('layout.main') @section('judul') Data Analisis Dugaan @endsection @section('isi')

@csrf @foreach($gejala as $index => $g) @endforeach
No Kode Gejala Nama Gejala Pilihan Jawaban
{{ $index + 1 }} G{{ $index + 1 }} {{ $g->nama_gejala }}

@endsection