@extends('admin.layout.main') @section('title', 'Dashboard') @section('content')
@if($errors->any())
@foreach($errors->all() as $error)
  • {{ $nomer++ }}. {{ $error }}
  • @endforeach
    @endif
    Penyakit

    {{ $jumlah_penyakit }}

    Gejala

    {{ $jumlah_gejala }}

    Riwayat

    {{ $jumlah_riwayat }}

    Artikel

    {{ $jumlah_artikel }}

    {{--
    --}}
    Persentase Riwayat Penyakit
    {{--
    --}}
    @endsection @section('script') @endsection @section('script') @if(Session::get('login')) @endif @endsection