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

Tables / Riwayat

@if($errors->any())
@foreach($errors->all() as $error)
  • {{ $nomer++ }}. {{ $error }}
  • @endforeach
    @endif
    @foreach ($riwayat as $data ) @endforeach
    No Name Penyakit terdiagnosa Tanggal Action
    {{$loop->iteration}} {{$data->nama}} {{ unserialize($data->cf_max)[1] }} ({{ number_format(unserialize($data->cf_max)[0] * 100, 2) }}%) {{ $data->created_at->format('d M Y, H:m:s') }} Detail Cetak
    @endsection @section('script') @if(Session::get('store')) @endif @if(Session::get('update')) @endif @if(Session::get('destroy')) @endif @if(Session::get('gagal')) @endif @endsection