{{-- resources/views/admin/gejala/form.blade.php KEGUNAAN: Form tambah dan edit gejala. --}} @extends('admin.layouts.app') @section('title', isset($gejala) ? 'Edit Gejala' : 'Tambah Gejala') @section('content') @php $isEdit = isset($gejala); @endphp