@extends('layouts.manager') @section('header')
| # | Employee No | Staff Name | Date | Check-In Time | Image | |
|---|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $attendance->user->employee?->employee_no ?? 'N/A' }} | {{ $attendance->user->name }} | {{ $attendance->attendance_date->format('M d, Y') }} @if($isToday) TODAY 🎯 @endif | {{ $attendance->check_in_time->format('H:i') }} |
|
|
| No attendance records found. | ||||||