Period: {{ ucfirst($period) }}
Date Range: {{ $startDate->format('F j, Y') }} to {{ $endDate->format('F j, Y') }}
| Department | Total Talks | Total Attendances | Total Expected | Attendance Rate (%) |
|---|---|---|---|---|
| {{ $dept['name'] }} | {{ $dept['total_talks'] }} | {{ $dept['total_attendances'] }} | {{ $dept['total_expected'] }} | {{ number_format($dept['attendance_rate'], 2) }}% |
| No department data available | ||||