Meeting Workflow / Audit
Trace the complete meeting lifecycle — MoM co-signatory chain, forwarding history, and workflow actions.
Search & filters
Meetings
{{ count($meetings) }} result{{ count($meetings) === 1 ? '' : 's' }}No meetings match your filters
Try adjusting the search criteria or reset filters to see all accessible meetings.
| Reference | Meeting | Type | Date | Organizer | Status | Action |
|---|---|---|---|---|---|---|
| @if (! empty($row['reference_id'])) {{ $row['reference_id'] }} @else — @endif |
@if ($mwsTitleNeedsTruncate)
{{ $mwsTitleTruncated }}
{{ $mwsTitleFull }}
@else
{{ $mwsTitleFull !== '' ? $mwsTitleFull : '—' }}
@endif
|
@if (! empty($row['meeting_type'])) {{ $row['meeting_type'] }} @else — @endif | {{ $row['meeting_date'] !== '' ? $row['meeting_date'] : '—' }} | {{ $row['organizer_name'] !== '' ? $row['organizer_name'] : '—' }} | {{ $row['status_label'] ?? ucfirst($statusVal) }} | View audit |