fix: update attendance modal to display student number instead of NIM for improved clarity

This commit is contained in:
Yoga Pangestu 2026-03-29 23:34:20 +07:00
parent 92cfdf7ea1
commit 5580ab5d55

View File

@ -19,7 +19,7 @@
<td class="px-4 py-3 text-gray-950 dark:text-white font-medium">
<div class="flex flex-col">
<span>{{ $attendance->student->full_name }}</span>
<span class="text-[10px] text-gray-500 dark:text-gray-400 font-normal uppercase tabular-nums">NIM: {{ $attendance->student->nim }}</span>
<span class="text-[10px] text-gray-500 dark:text-gray-400 font-normal uppercase tabular-nums">NIM: {{ $attendance->student->student_number }}</span>
</div>
</td>
<td class="px-4 py-3 text-right">