@extends('layouts.user-app') @section('page-title', 'Diagnosa Penyakit') @section('page-subtitle', 'Pilih gejala yang dialami tanaman kopi kamu') @section('content') @if(session('error'))
{{ session('error') }}
@endif
@csrf
Daftar Gejala
Centang semua gejala yang sesuai kondisi tanaman
0 terpilih
@foreach($gejalas as $gejala) @endforeach
@error('gejala')

{{ $message }}

@enderror
Pilih semua gejala yang terlihat untuk hasil yang lebih akurat
@endsection @push('scripts') @endpush