| # | اسم الطالب | @php // Get all unique mark types for this subject/term $types = $marks->pluck('type')->unique(); @endphp @foreach($types as $type){{ $type }} | @endforeachالمجموع | النسبة | التقدير |
|---|---|---|---|---|---|
| {{ $counter++ }} | {{ $student->full_name }} | @foreach($types as $type){{ $studentMarks->firstWhere('type', $type)?->score ?? '-' }} | @endforeach{{ $totalScore }} | {{ round($percentage, 1) }}% | {{ $letter }} |