Komponen Makanan
@foreach($waktuMakan->komponens as $komponen)
{{ $komponen->nama }}
@endforeach
@if($waktuMakan->latest_calculation)
Terakhir dihitung:
{{ \Carbon\Carbon::parse($waktuMakan->latest_calculation)->format('d M Y H:i') }}
@if($isNewlyCalculated)
Baru
@endif
@if($waktuMakan->latestConsistencyRatio)
CR: {{ number_format($waktuMakan->latestConsistencyRatio->nilai_cr, 3) }}
@if($waktuMakan->latestConsistencyRatio->nilai_cr < 0.1)
Konsisten
@else
Perlu Review
@endif
@endif
@endif