@extends('layouts::admin') @section('page_title', 'Dashboard') @section('page_subtitle', 'Overview of certificate operations') @section('content')
Participants
{{ number_format($stats['participants']) }}
Eligible
{{ number_format($stats['eligible']) }}
Issued
{{ number_format($stats['certificates_issued']) }}
Downloaded
{{ number_format($stats['downloaded']) }}
Not Downloaded
{{ number_format($stats['not_downloaded']) }}
Revoked
{{ number_format($stats['revoked']) }}
Latest issued certificates
{{ $cert->recipient_name }}
{{ $cert->certificate_number }} · {{ $cert->course->name ?? $cert->course_name }}
No certificates issued yet.
@endforelseActive certificate programs
{{ $prog->name }}
{{ $prog->courses_count }} courses · {{ $prog->registrations_count }} registrations
No programs found.
@endforelseLatest admin actions
{{ $item->action }}
{{ $item->description ?? $item->target_type }} · {{ $item->user?->name }}
No activity recorded yet.
@endforelse