@extends('layouts.app') @section('title', 'Dashboard Admin') @push('head') @endpush @section('content')
Hari ini adalah {{ \Carbon\Carbon::now()->translatedFormat('l, d F Y') }}. Kelola sistem absensi karyawan dengan mudah.
Lihat Semua Absensi
| Karyawan | Departemen | Jabatan | Jam Masuk | Status |
|---|---|---|---|---|
|
@if ($absensi->employee->profile_photo)
{{ $absensi->employee->name }}
{{ $absensi->employee->employee_code }} |
{{ $absensi->employee->department->name ?? '-' }} | {{ $absensi->employee->position->name ?? '-' }} | {{ $absensi->check_in ? \Carbon\Carbon::parse($absensi->check_in)->format('H:i') : '-' }} | @if ($absensi->status == 'hadir') Hadir @elseif($absensi->status == 'terlambat') Terlambat @elseif($absensi->status == 'izin') Izin @elseif($absensi->status == 'sakit') Sakit @elseif($absensi->status == 'cuti') Cuti @elseif($absensi->status == 'alpha') Alpha @else {{ ucfirst($absensi->status) }} @endif |
| Belum ada data absensi hari ini | ||||
Belum ada data absensi hari ini
Tidak ada pengajuan cuti pending