@extends('adminlte::page') @section('title', 'Staff Attendance | ' . Config::get('adminlte.title')) @section('content_header')
Staff Wise Attendance
{{ $holiday->desc ?: 'Holiday / event entry' }}
No holidays listed for this month.
@endforelse| Date | Check In | Check Out | Work Hour | Late | Overtime | In Location | Out Location |
|---|---|---|---|---|---|---|---|
| {{ optional($attendance->date)->format('Y-m-d') }} | {{ optional($attendance->in_time)->format('H:i:s') }} | {{ optional($attendance->out_time)->format('H:i:s') ?? 'Open' }} | {{ $attendance->work_hour ?? '--' }} | {{ $attendance->late_time ?? '--' }} | {{ $attendance->over_time ?? '--' }} | {{ optional($attendance->areaIn)->name ?? '--' }} | {{ optional($attendance->areaOut)->name ?? '--' }} |
| No attendance records found for this month. | |||||||
Late: {{ $card['late_days'] }}
Completed: {{ $card['completed_days'] }}