{{ __('These sessions do not block new check-ins and are excluded from attendance calculations until reviewed.') }}
| {{ __('Employee') }} | {{ __('Attendance Date') }} | {{ __('Check In') }} | {{ __('Pending Since') }} | {{ __('Action') }} |
|---|---|---|---|---|
| {{ $pendingSession->attendance?->employee?->name ?? '-' }} | {{ $pendingSession->attendance?->date?->format('Y-m-d') }} | {{ $pendingSession->check_in?->format('Y-m-d H:i:s') }} | {{ $pendingSession->review_required_at?->format('Y-m-d H:i:s') }} | |
| {{ __('No Records') }} | ||||
| {{ '#' }} | {{ __('Name') }} | {{ __('Work Shift') }} | {{ __('Required hours') }} | {{ __('Date') }} | {{ __('Check In') }} | {{ __('Check Out') }} | {{ __('Duration') }} | {{ __('Action') }} |
|---|---|---|---|---|---|---|---|---|
| {{ $index + 1 }} | {{ $att->employee->name }} | {{ $att->shift_name }} | {{ $att->scheduled_hours }} | {{ $att->date }} | {{ $firstCheckIn ?? '-' }} | {{ $lastCheckOut }} | {{ str_pad($h, 2, '0', STR_PAD_LEFT) }}h {{ str_pad($m, 2, '0', STR_PAD_LEFT) }}m {{ str_pad($s, 2, '0', STR_PAD_LEFT) }}s |
{{ __('View') }}
@can('attendances edit')
@endcan
|
| {{ __('No Records') }} | ||||||||