Reference: {{ $talk->reference_number }}
Title: {{ $talk->title }}
Date: {{ $talk->scheduled_date->format('F j, Y g:i A') }}
Location: {{ $talk->location }}
| Employee Name | Employee ID | Department | Status | Check-in Time | Method |
|---|---|---|---|---|---|
| {{ $attendance->employee_name }} | {{ $attendance->employee_id_number }} | {{ $attendance->department }} | {{ ucfirst($attendance->attendance_status) }} | {{ $attendance->check_in_time ? $attendance->check_in_time->format('Y-m-d H:i:s') : 'N/A' }} | {{ ucfirst(str_replace('_', ' ', $attendance->check_in_method)) }} |
| No attendance records found | |||||