@extends('landing.layout.main') @section('title','Diagnosa - ') @section('content')

Diagnosa

@csrf @method('POST')
Minimal harus memilih 2 gejala
@foreach ($gejala as $key => $value )
@endforeach
@endsection