fix: update attendance modal to display student number instead of NIM for improved clarity
This commit is contained in:
parent
92cfdf7ea1
commit
5580ab5d55
@ -19,7 +19,7 @@
|
|||||||
<td class="px-4 py-3 text-gray-950 dark:text-white font-medium">
|
<td class="px-4 py-3 text-gray-950 dark:text-white font-medium">
|
||||||
<div class="flex flex-col">
|
<div class="flex flex-col">
|
||||||
<span>{{ $attendance->student->full_name }}</span>
|
<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>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
<td class="px-4 py-3 text-right">
|
<td class="px-4 py-3 text-right">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user