{{-- Header --}}

Riwayat Analisis

Daftar hasil klasifikasi insang ikan yang pernah kamu lakukan.

Analisis Baru
{{-- MOBILE: Card list --}}
@forelse($histories as $history)
@if($history->classification->kelas == 'fresh') {{ $history->classification->tingkat_kesegaran }} @else {{ $history->classification->tingkat_kesegaran }} @endif #{{ method_exists($histories, 'currentPage') ? ($histories->currentPage() - 1) * $histories->perPage() + $loop->iteration : $loop->iteration }}
{{-- Progress bar probabilitas --}}
Skor Tingkat Kesegaran {{ number_format($history->classification->prob_fresh * 100, 1) }}%
{{ $history->created_at->timezone('Asia/Jakarta')->format('d M Y, H:i') }} WIB
@empty

Belum ada riwayat analisis

Mulai analisis ikan pertamamu sekarang!

Mulai Analisis
@endforelse
{{-- DESKTOP: Table --}} {{-- Pagination --}} @if(method_exists($histories, 'links') && $histories->hasPages())
{{ $histories->links() }}
@endif