@extends('admin.layout.main') @section('title', '- Data Detail Penyakit ' . $penyakit->nama) @section('content')

Tables / Data Detail Penyakit {{ $penyakit->nama }}

@if($errors->any())
@foreach($errors->all() as $error)
  • {{ $nomer++ }}. {{ $error }}
  • @endforeach
    @endif
    @foreach ($detailPenyakit as $data ) @endforeach
    No Gejala Nilai Action
    {{$loop->iteration}} {{$data->gejala->nama}} {{ $data->value_cf}}
    @endsection @section('script') @if(Session::get('store')) @endif @if(Session::get('update')) @endif @if(Session::get('destroy')) @endif @if(Session::get('error')) @endif @endsection