| Employee | Type | Status |
|---|---|---|
| {{ $leave->employee->first_name }} | {{ $leave->leaveType->name }} | {{ ucfirst($leave->status) }} |
| No recent requests | ||
| Date | Employee | In/Out |
|---|---|---|
| {{ $att->date->format('M d') }} | {{ $att->employee->first_name }} | {{ $att->check_in->format('H:i') }} - {{ $att->check_out ? $att->check_out->format('H:i') : '--' }} |
| No recent attendance | ||
| Time | Device | Employee |
|---|---|---|
| {{ $log->punch_time?->format('M d H:i') }} | {{ $log->terminal_sn }} | {{ $log->employee ? ($log->employee->first_name . ' ' . $log->employee->last_name) : ($log->emp_code ?? 'N/A') }} |
| No transactions | ||
| Type | Dates | Status |
|---|---|---|
| {{ $leave->leaveType->name }} | {{ $leave->start_date->format('M d') }} - {{ $leave->end_date->format('M d') }} | {{ ucfirst($leave->status) }} |
| No requests found | ||
| Time | Device |
|---|---|
| {{ $log->punch_time?->format('M d H:i') }} | {{ $log->terminal_sn }} |
| No punches | |