refactor: update attendance page title from 'Presensi Kuliah' to 'Presensi' for improved clarity

This commit is contained in:
Yoga Pangestu 2026-03-30 10:41:45 +07:00
parent 47c1cb51ab
commit 0b1e3f594c

View File

@ -29,7 +29,7 @@ class ManageAttendances extends Page implements HasForms, HasTable
protected static string $resource = AttendanceResource::class;
protected static ?string $title = 'Presensi Kuliah';
protected static ?string $title = 'Presensi';
protected static ?string $navigationLabel = 'Presensi';