@extends('layouts.master') @section('css') @endsection @section('breadcrumb')
Nama | Status | Clock In | Clock Out | Keterangan | Foto | Actions |
---|---|---|---|---|---|---|
{{ $user->name ?? 'N/A' }} | @if ($clockIn) @if ($clockIn->status == 'Hadir') {{ $clockIn->status }} @elseif ($clockIn->status == 'Terlambat') {{ $clockIn->status }} @endif @endif | @if ($clockIn) {{ $clockIn->created_at->format('H:i:s') }} @else - @endif | @if ($clockOut) {{ $clockOut->created_at->format('H:i:s') }} @else - @endif | @if ($clockIn) {{ $clockIn->keterangan }} @elseif ($clockOut) {{ $clockOut->keterangan }} @else - @endif | @if ($clockIn && $clockIn->foto) @endif @if ($clockOut && $clockOut->foto) @endif | @if ($clockIn) @endif @if ($clockOut) @endif |
Tidak ada data absensi untuk ditampilkan |