@extends('layouts.app') @section('title', 'Riwayat Presensi — Presensi') @section('page-title', 'Riwayat Presensi') @section('content')
| Pegawai | @endifTanggal | Jam Masuk | Status Masuk | Jam Pulang | Status Pulang |
|---|---|---|---|---|---|
| {{ $attendance->user->name ?? '-' }} | @endif{{ \Carbon\Carbon::parse($attendance->attendance_date)->translatedFormat('d M Y') }} | {{ $attendance->check_in ? \Carbon\Carbon::parse($attendance->check_in)->format('H:i') : '-' }} | @if ($attendance->check_in_status === 'terlambat') Terlambat @elseif ($attendance->check_in_status === 'hadir') Hadir @else - @endif | {{ $attendance->check_out ? \Carbon\Carbon::parse($attendance->check_out)->format('H:i') : '-' }} | @if ($attendance->check_out_status === 'pulang_cepat') Pulang Cepat @elseif ($attendance->check_out_status === 'tepat_waktu') Tepat Waktu @else - @endif |
|
🗂️
Tidak ada data presensi yang cocok dengan filter ini.
|
|||||