@extends('layouts.app') @section('content')
Riwayat absensi dengan foto, lokasi, dan waktu.
| Pegawai | Tanggal | Masuk | Pulang | Lokasi | Foto | Status | Aksi |
|---|---|---|---|---|---|---|---|
| {{ $attendance->employee->full_name }}{{ $attendance->employee->employee_code }} | {{ $attendance->attendance_date->format('d M Y') }} | {{ optional($attendance->check_in)->format('H:i') }} | {{ optional($attendance->check_out)->format('H:i') ?: '-' }} | {{ $attendance->location_name }}{{ $attendance->latitude }}, {{ $attendance->longitude }} | @if($attendance->photo_path) | {{ $attendance->status }} | @if(!$attendance->check_out)@endif |
| Belum ada absensi. | |||||||