@extends('admin.layout.main') @section('title', '- Data Penyakit') @section('content')

Tables / Data Penyakit

@if($errors->any())
@foreach($errors->all() as $error)
  • {{ $nomer++ }}. {{ $error }}
  • @endforeach
    @endif
    @foreach ($penyakit as $data ) @endforeach
    No Kode Name Action
    {{$loop->iteration}} {{$data->kode}} {{$data->nama}} Detail Penyakit
    @endsection @section('script') @if(Session::get('store')) @endif @if(Session::get('update')) @endif @if(Session::get('destroy')) @endif @if(Session::get('gagal')) @endif @endsection