Kamera Absensi
Pastikan wajah terlihat jelas dalam frame
Aksi Absensi
Mendapatkan lokasi...
Riwayat Absensi
{{ auth()->user()->full_name ?? auth()->user()->name }} - Riwayat Absensi Pribadi
Total Absensi: {{ $attendances->count() }}
@forelse($attendances as $attendance)
@php
$checkInTime = \Carbon\Carbon::parse($attendance['check_in_time']);
$locationInfo = $attendance['location_info']['location_info'] ?? null;
$address = $locationInfo['address'] ?? 'Lokasi tidak tersedia';
$mapLink = $locationInfo['map_link'] ?? '#';
$menteeName = $attendance['location_info']['mentee']['user']['full_name'] ?? 'Nama tidak tersedia';
@endphp
@empty
@endforelse
Absen Masuk
{{ $checkInTime->translatedFormat('l, d F Y') }}
Pukul {{ $checkInTime->format('H:i:s') }}
{{ Str::limit($address, 30) }}
Belum ada riwayat absensi