{{-- ============================= --}} {{-- HEADER --}} {{-- ============================= --}}
{{-- ============================= --}} {{-- JUDUL --}} {{-- ============================= --}}

Dashboard Absensi

Monitoring kehadiran {{ \Carbon\Carbon::parse($today)->format('d-m-Y') }}
{{-- ============================= --}} {{-- NAVIGASI --}} {{-- ============================= --}}
{{-- KEMBALI KE DASHBOARD ADMIN --}} Dashboard Admin {{-- ABSENSI --}} Absensi {{-- RIWAYAT --}} Riwayat
{{-- ============================= --}} {{-- STATISTICS --}} {{-- ============================= --}}
{{-- TOTAL --}}
Total Employee
{{ $totalEmployees }}
{{-- HADIR --}}
Sudah Hadir
{{ $hadir }}
{{-- BELUM ABSEN --}}
Belum Absen
{{ $belumAbsen }}
{{-- SUDAH PULANG --}}
Sudah Pulang
{{ $sudahPulang }}
{{-- ============================= --}} {{-- TABLE --}} {{-- ============================= --}}
Absensi Hari Ini
{{ \Carbon\Carbon::parse($today)->format('d F Y') }}
{{ $hadir }} employee
@forelse($todayPresence as $index => $presence) @php $isComplete = $presence->time_out !== '00:00:00' && !empty($presence->time_out); @endphp {{-- STATUS --}} {{-- TIME IN --}} {{-- TIME OUT --}} {{-- PHOTO IN --}} {{-- PHOTO OUT --}} @empty @endforelse
# Kode Nama Status Masuk Pulang Foto Masuk Foto Pulang
{{ $index + 1 }} {{ $presence->employee->employees_code ?? '-' }} {{ $presence->employee->employees_name ?? '-' }} @if($isComplete) Lengkap @else Masuk @endif {{ $presence->time_in }} @if($isComplete) {{ $presence->time_out }} @else - @endif @if(!empty($presence->picture_in)) Foto masuk @else - @endif @if(!empty($presence->picture_out)) Foto pulang @else - @endif
Belum ada absensi hari ini.
{{-- ============================= --}} {{-- AUTO REFRESH --}} {{-- ============================= --}}