diff --git a/app/Http/Controllers/Api/TeacherApiController.php b/app/Http/Controllers/Api/TeacherApiController.php index 5957c962..60e3b685 100644 --- a/app/Http/Controllers/Api/TeacherApiController.php +++ b/app/Http/Controllers/Api/TeacherApiController.php @@ -78,11 +78,11 @@ public function teacher_attendance(User $user) $employee = $this->employee->getByUser($user->id); $history_attendance = $this->attendance->whereUser($employee->id, 'App\Models\Employee'); $single_attendance = $this->attendance->userToday('App\Models\Employee', $employee->id); - - if () { - } + // if () { + + // } return response()->json(['status' => 'success', 'message' => "Berhasil mengambil data",'code' => 200, 'attendance_now' => [