@forelse($performance as $index => $item)
@php
$perfClass = $item['average_score'] >= 75 ? 'p-high' : ($item['average_score'] >= 40 ? 'p-mid' : 'p-low');
$perfLabel = $item['average_score'] >= 75 ? 'Expert' : ($item['average_score'] >= 40 ? 'Proficient' : 'Improving');
@endphp
No Data Collected
Participation records for this batch are currently empty.