@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 }}
@endsection
@section('script')
@endsection
@section('script')
@if(Session::get('login'))
@endif
@endsection