diff --git a/app/Filament/Resources/Learning/Attendances/Pages/ManageAttendances.php b/app/Filament/Resources/Learning/Attendances/Pages/ManageAttendances.php index ce8e461..7c7d69a 100644 --- a/app/Filament/Resources/Learning/Attendances/Pages/ManageAttendances.php +++ b/app/Filament/Resources/Learning/Attendances/Pages/ManageAttendances.php @@ -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';