@php use App\Models\Penyakit; use App\Models\Indikator; use App\Models\Aturan; @endphp @include('admin.layout.header', ['title' => 'Cek Penyakit']) @include('layouts.navbar')

Lengkapi Informasi Dibawah Ini

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
Step 1 of 2
@if(session('success')) @endif @include('admin.layout.footer')