chore: rename attendance button label from Absen to Presensi

This commit is contained in:
Yoga Pangestu 2026-03-30 10:17:40 +07:00
parent 20a9728115
commit 7df0d7cdd7

View File

@ -73,7 +73,7 @@ class="text-primary-600 dark:text-primary-200">{{ $card->attended_at }}</span>
<x-filament::button wire:click="attend({{ $card->id }})" color="primary"
size="xs"
class="rounded-lg shadow-sm font-bold uppercase tracking-tight text-[10px]">
Absen Sekarang
Presensi Sekarang
</x-filament::button>
@elseif ($card->is_attended)
<div