@extends('layouts::admin') @section('title', 'Reports — Umera Certificate Manager') @section('page_title', 'Reports') @section('page_subtitle', 'Generate and export comprehensive reports') @section('content') @php // $stats passed from controller @endphp
{{ number_format($stats['total_participants']) }}
Total Participants
+12.4% vs prev
{{ number_format($stats['certificates_issued']) }}
Certificates Issued
+8.7% vs prev
97.0%
Completion Rate
-0.3% vs prev

Program Report

Program-level performance, enrollment trends, and completion metrics across all programs.

Enrollment Completion Cohort
{{ number_format($stats['certificates_issued']) }} issued Export CSV

Certificate Report

Export a complete CSV list of all issued certificates and participant data.

Issuance Downloads Verifications
{{ number_format($stats['certificates_issued']) }} issued Generate

Participant Report

Individual participant records, eligibility status, course performance, and engagement data.

Eligibility Performance Engagement
{{ number_format($stats['participants']) }} participants Generate

Export Reports

Download reports in your preferred format

Recent Exports

Previously generated reports

Report Name Type Format Period Generated By Date Action
monthly_cert_report_oct.pdf Certificate PDF Sep 01 – Oct 15, 2026 Admin Oct 15, 2026 09:20
program_performance_q4.csv Program CSV Oct 01 – Oct 15, 2026 Admin Oct 12, 2026 15:45
participants_eligibility.xlsx Participant Excel All Time Admin Oct 08, 2026 11:10
@endsection