@extends('layouts.app') @section('content')
Rekap kehadiran pegawai cabang.
| Tanggal | Pegawai | Masuk | Pulang | Status | Lokasi |
|---|---|---|---|---|---|
| {{ $attendance->attendance_date->format('d M Y') }} | {{ $attendance->employee->full_name }} | {{ optional($attendance->check_in)->format('H:i') }} | {{ optional($attendance->check_out)->format('H:i') ?: '-' }} | {{ $attendance->status }} | {{ $attendance->location_name }} |
| Belum ada data. | |||||