@extends('app') @section('content')
{{ $title }}
Form {{ $title }}
@csrf @method('PUT')
@error('nama_gejala') {{ $message }} @enderror
Batal
@endsection