{{ $employee->fullname }}
Shift: {{ $attendance_now ? $attendance_now->shift->name . ' (' . $attendance_now->shift->schedule_in . ' - ' . $attendance_now->shift->schedule_out . ')' : '-' }}
@php $employeeId = $employee->id; $sudahCheckIn = \App\Models\Attendance::where('employee_id', $employeeId) ->whereDate('attendance_date', today()) ->where('inout', 'In') ->exists(); $sudahCheckOut = \App\Models\Attendance::where('employee_id', $employeeId) ->whereDate('attendance_date', today()) ->where('inout', 'Out') ->exists(); @endphp{{ __('button.Request-D') }}
{{ __('button.Request-Time-Off-D') }}
{{ __('button.Request-Overtime-D') }}
{{ __('button.Request-Change-Shift-D') }}
{{ __('button.Request-Loan-D') }}
{{ __('button.Request-Reimbursement') }}
{{ __('dashboard.Annual-Leave') }}:
{{ $employee->annualLeaves->where('year', now()->year)->first()->quota_remaining ?? 0 }}{{ __('dashboard.Attendance') }}:
{{ $absen_masuk }} Kali{{ __('form.Absent-Early') }}:
{{ $absen_terlalu_dini ?? 0 }} Kali{{ __('dashboard.Late-Clock-In') }}:
{{ $absen_terlambat }} Kali{{ __('form.Sick') }}:
{{ $absen_sakit }} Kali{{ __('form.Permit') }}:
{{ $absen_ijin }} Kali{{ __('form.Alpha') }}:
{{ $absen_alpa ?? 0 }} KaliPeriode: {{ $myKpiPeriod ?? '-' }}
Belum ada rapor KPI yang disetujui untuk periode ini.
{{ __('dashboard.Daily-Leaderboard-D1') }}
{{ $dailyScore->fullname }}
{{ gmdate("H:i", $dailyScore->clock_in_seconds) }} WIB
{{ __('dashboard.Daily-Leaderboard-D2') }}
{{ __('dashboard.Daily-Leaderboard-D3') }}
{{ $userScore->fullname }}
Belum ada data
Belum ada perolehan poin minggu ini
{{ $deptScore->department_name }}
{{ __('dashboard.Department-Leaderboard-D2') }}
{{ __('dashboard.Department-Leaderboard-D3') }}
| No | Employee Name | Type |
|---|