Reports

Export analytics reports for compliance, usage, and outcomes.

Compliance summary

Export PDF/CSV

Engagement report

Export CSV/XLSX

Assessment outcomes

Export PDF/CSV

Report exports

Table placeholder: report type, range, status, downloaded.

@if(! empty($results))
@foreach($results as $row) @endforeach
No @if($sortBy === 'id') @if($sortDir === 'asc') ▲ @else ▼ @endif @endif Student Email Course Organization Status Enrolled At @if($sortBy === 'enrolled_at') @if($sortDir === 'asc') ▲ @else ▼ @endif @endif Completed At
{{ (($tablePaginator['from'] ?? 0) + $loop->index) }} {{ $row['student'] ?? '—' }} {{ $row['email'] ?? '—' }} {{ $row['course'] ?? '—' }} {{ $row['organization'] ?? '—' }} {{ $row['status'] ?? '—' }} {{ $row['enrolled_at'] ?? '—' }} {{ $row['completed_at'] ?? '—' }}
@if(! empty($tablePaginator))
Page {{ $tablePaginator['current_page'] ?? 1 }} of {{ $tablePaginator['last_page'] ?? 1 }}
@endif
@else
No recent enrollments to preview.
@endif