@php $date = Carbon\Carbon::now(); @endphp
| {{ __('Name') }} | {{ __('NIP') }} | {{ __('Division') }} | {{ __('Job Title') }} | {{ __('Shift') }} | Status | {{ __('Time In') }} | {{ __('Time Out') }} | Actions |
|---|---|---|---|---|---|---|---|---|
| {{ $employee->name }} | {{ $employee->nip }} | {{ $employee->division?->name ?? '-' }} | {{ $employee->jobTitle?->name ?? '-' }} | {{ $attendance->shift?->name ?? '-' }} | {{-- Absensi --}}{{ __($status) }} | {{-- Waktu masuk/keluar --}}{{ $timeIn ?? '-' }} | {{ $timeOut ?? '-' }} | {{-- Action --}}
@if ($attendance && ($attendance->attachment || $attendance->note || $attendance->lat_lng))
|