Total Recorded
Present
Absent
Late
Excused
Attendance Rate
{{ $cellGroupMeeting->cellGroup->name }}
Individual attendance records for this meeting.
| Member | Contact | Attendance | Note | Action |
|---|---|---|---|---|
|
{{ $attendance->member?->first_name }}
{{ $attendance->member?->last_name }}
{{ $attendance->member?->member_id ?: 'No member ID' }}
|
{{ $attendance->member?->phone ?: 'No phone' }}
{{ $attendance->member?->email ?: 'No email' }}
|
{{ $attendance->attendance_status }} | {{ $attendance->note ?: 'No note' }} | @if($attendance->member) View Member @else Member unavailable @endif |
| No attendance records have been added. | ||||
Group Name
{{ $cellGroupMeeting->cellGroup->name }}Group Leader
{{ $cellGroupMeeting->cellGroup->leader ? trim( $cellGroupMeeting->cellGroup->leader->first_name . ' ' . $cellGroupMeeting->cellGroup->leader->last_name ) : 'Not assigned' }}
Assistant Leader
{{ $cellGroupMeeting->cellGroup->assistantLeader ? trim( $cellGroupMeeting->cellGroup->assistantLeader->first_name . ' ' . $cellGroupMeeting->cellGroup->assistantLeader->last_name ) : 'Not assigned' }}
Created
{{ $cellGroupMeeting->created_at?->format('d M Y, h:i A') }}
Last Updated
{{ $cellGroupMeeting->updated_at?->format('d M Y, h:i A') }}