@extends('admin.layout.main') @section('title', '- Simulasi Diagnosa') @section('content')

Tables / Simulasi Diagnosa

@if($errors->any())
@foreach($errors->all() as $error)
  • {{ $nomer++ }}. {{ $error }}
  • @endforeach
    @endif
    @csrf @method('POST')
    @foreach ($gejala as $key => $value )
    @endforeach
    @endsection @section('script') @if(Session::get('store')) @endif @if(Session::get('update')) @endif @if(Session::get('destroy')) @endif @if(Session::get('gagal')) @endif @if(Session::get('error')) @endif @endsection