@extends('admin.layouts.main', ['title' => 'Data Diagnosa']) @section('content')
@csrf
@foreach ($gejala as $item)
@endforeach
@endsection